#424FB4

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

Shades of Free Speech Blue #424FB4

Tints of Free Speech Blue #424FB4

Color information

#424FB4 (or 0x424FB4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4F and B4. RGB value is (66,79,180). Sum of RGB (Red+Green+Blue) = 66+79+180=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #424FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FB4 is #BDB04B. Grayscale: #565656. Windows color (decimal): -12431436 or 11816770. OLE color: 11816770.

HSL color Cylindrical-coordinate representation of color #424FB4: hue angle of 233.16º 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 #424FB4 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6679180-
CMYK0.630.5600.29
HSL233.16º46.34%48.24%-
HSV(B)233.16º63.33%70.59%-
XYZ13.2810.0544.42-
YUV86.63180.69113.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=20.31%
G=24.31%
B=55.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66791800.630.5600.29233.1646.3448.24
Hex424FB43F3801De92e30
Octal10211726477700353515660
Binary100001010011111011010011111111100001110111101001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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