#424AD4

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

Shades of Free Speech Blue #424AD4

Tints of Free Speech Blue #424AD4

Color information

#424AD4 (or 0x424AD4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4A and D4. RGB value is (66,74,212). Sum of RGB (Red+Green+Blue) = 66+74+212=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 212 (83.20% from 255 or 60.23% from 352); Max value from RGB is 212 - color contains mainly: blue. Hex color #424AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424AD4 is #BDB52B. Grayscale: #565656. Windows color (decimal): -12432684 or 13912642. OLE color: 13912642.

HSL color Cylindrical-coordinate representation of color #424AD4: hue angle of 236.71º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424AD4 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6674212-
CMYK0.690.6500.17
HSL236.71º62.93%54.51%-
HSV(B)236.71º68.87%83.14%-
XYZ16.5810.8163.5-
YUV87.34198.35112.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 212 (83.20% from 255) = 60.23%
R=18.75%
G=21.02%
B=60.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66742120.690.6500.17236.7162.9354.51
Hex424AD44541011ed3f37
Octal1021123241051010213557767
Binary10000101001010110101001000101100000101000111101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,74,212); }

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

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

 a { background-color: rgb(66,74,212); }

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

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

 span { border-color: rgb(66,74,212); }

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