#424BC6

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

Shades of Free Speech Blue #424BC6

Tints of Free Speech Blue #424BC6

Color information

#424BC6 (or 0x424BC6) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and C6. RGB value is (66,75,198). Sum of RGB (Red+Green+Blue) = 66+75+198=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #424BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BC6 is #BDB439. Grayscale: #555555. Windows color (decimal): -12432442 or 12995394. OLE color: 12995394.

HSL color Cylindrical-coordinate representation of color #424BC6: hue angle of 235.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424BC6 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6675198-
CMYK0.670.6200.22
HSL235.91º53.66%51.76%-
HSV(B)235.91º66.67%77.65%-
XYZ14.9610.2754.62-
YUV86.33191.02113.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 198 (77.73% from 255) = 58.41%
R=19.47%
G=22.12%
B=58.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66751980.670.6200.22235.9153.6651.76
Hex424BC6433E016ec3634
Octal102113306103760263546664
Binary1000010100101111000110100001111111001011011101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,198); }

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

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

 a { background-color: rgb(66,75,198); }

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

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

 span { border-color: rgb(66,75,198); }

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