#424EC8

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

Shades of Free Speech Blue #424EC8

Tints of Free Speech Blue #424EC8

Color information

#424EC8 (or 0x424EC8) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4E and C8. RGB value is (66,78,200). Sum of RGB (Red+Green+Blue) = 66+78+200=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #424EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EC8 is #BDB137. Grayscale: #575757. Windows color (decimal): -12431672 or 13127234. OLE color: 13127234.

HSL color Cylindrical-coordinate representation of color #424EC8: hue angle of 234.63º degrees, saturation: 0.55, 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 #424EC8 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6678200-
CMYK0.670.6100.22
HSL234.63º54.92%52.16%-
HSV(B)234.63º67%78.43%-
XYZ15.410.7855.91-
YUV88.32191.02112.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 200 (78.52% from 255) = 58.14%
R=19.19%
G=22.67%
B=58.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66782000.670.6100.22234.6354.9252.16
Hex424EC8433D016eb3734
Octal102116310103750263536764
Binary1000010100111011001000100001111110101011011101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,78,200); }

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

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

 a { background-color: rgb(66,78,200); }

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

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

 span { border-color: rgb(66,78,200); }

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