#424EB4

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

Shades of Free Speech Blue #424EB4

Tints of Free Speech Blue #424EB4

Color information

#424EB4 (or 0x424EB4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4E and B4. RGB value is (66,78,180). Sum of RGB (Red+Green+Blue) = 66+78+180=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #424EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EB4 is #BDB14B. Grayscale: #555555. Windows color (decimal): -12431692 or 11816514. OLE color: 11816514.

HSL color Cylindrical-coordinate representation of color #424EB4: hue angle of 233.68º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #424EB4 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6678180-
CMYK0.630.5700.29
HSL233.68º46.34%48.24%-
HSV(B)233.68º63.33%70.59%-
XYZ13.219.944.4-
YUV86.04181.02113.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 180 (70.70% from 255) = 55.56%
R=20.37%
G=24.07%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66781800.630.5700.29233.6846.3448.24
Hex424EB43F3901Dea2e30
Octal10211626477710353525660
Binary100001010011101011010011111111100101110111101010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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