#424CBF

Color #424CBF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #424CBF

Tints of Free Speech Blue #424CBF

Color information

#424CBF (or 0x424CBF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4C and BF. RGB value is (66,76,191). Sum of RGB (Red+Green+Blue) = 66+76+191=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #424CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CBF is #BDB340. Grayscale: #555555. Windows color (decimal): -12432193 or 12536898. OLE color: 12536898.

HSL color Cylindrical-coordinate representation of color #424CBF: hue angle of 235.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424CBF is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6676191-
CMYK0.650.6000.25
HSL235.2º49.41%50.39%-
HSV(B)235.2º65.45%74.9%-
XYZ14.2410.0950.49-
YUV86.12187.19113.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 191 (75% from 255) = 57.36%
R=19.82%
G=22.82%
B=57.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66761910.650.6000.25235.249.4150.39
Hex424CBF413C019eb3132
Octal102114277101740313536162
Binary1000010100110010111111100000111110001100111101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424CBF; }

 p { color: rgb(66,76,191); }

 H1.HeaderClassName
 {
   color: #424CBF;
 }
 .AnyTagClassName
 {
   color: #424CBF;
 }
</style>
background-color css

<style>
 a { background-color: #424CBF; }

 a { background-color: rgb(66,76,191); }

 div.DivClassName
 {
   background-color: #424CBF;
 }
 .BgClassName
 {
   background-color: #424CBF;
 }
</style>
border-color css

<style>
 span { border-color: #424CBF; }

 span { border-color: rgb(66,76,191); }

 td.TdClassName
 {
   border-color: #424CBF;
 }
 .TagClassName
 {
   border-color: #424CBF;
 }
</style>