#424FB0

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

Shades of Free Speech Blue #424FB0

Tints of Free Speech Blue #424FB0

Color information

#424FB0 (or 0x424FB0) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4F and B0. RGB value is (66,79,176). Sum of RGB (Red+Green+Blue) = 66+79+176=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #424FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424FB0 is #BDB04F. Grayscale: #555555. Windows color (decimal): -12431440 or 11554626. OLE color: 11554626.

HSL color Cylindrical-coordinate representation of color #424FB0: hue angle of 232.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424FB0 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6679176-
CMYK0.620.5500.31
HSL232.91º45.45%47.45%-
HSV(B)232.91º62.5%69.02%-
XYZ12.889.8842.3-
YUV86.17178.69113.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 176 (69.14% from 255) = 54.83%
R=20.56%
G=24.61%
B=54.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66791760.620.5500.31232.9145.4547.45
Hex424FB03E3701Fe92d2f
Octal10211726076670373515557
Binary100001010011111011000011111011011101111111101001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,79,176); }

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

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

 a { background-color: rgb(66,79,176); }

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

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

 span { border-color: rgb(66,79,176); }

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