#424AC9

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

Shades of Free Speech Blue #424AC9

Tints of Free Speech Blue #424AC9

Color information

#424AC9 (or 0x424AC9) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4A and C9. RGB value is (66,74,201). Sum of RGB (Red+Green+Blue) = 66+74+201=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #424AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424AC9 is #BDB536. Grayscale: #555555. Windows color (decimal): -12432695 or 13191746. OLE color: 13191746.

HSL color Cylindrical-coordinate representation of color #424AC9: hue angle of 236.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424AC9 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6674201-
CMYK0.670.6300.21
HSL236.44º55.56%52.35%-
HSV(B)236.44º67.16%78.82%-
XYZ15.2410.2756.44-
YUV86.09192.85113.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 201 (78.91% from 255) = 58.94%
R=19.35%
G=21.70%
B=58.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66742010.670.6300.21236.4455.5652.35
Hex424AC9433F015ec3834
Octal102112311103770253547064
Binary1000010100101011001001100001111111101010111101100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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