#424BB4

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

Shades of Free Speech Blue #424BB4

Tints of Free Speech Blue #424BB4

Color information

#424BB4 (or 0x424BB4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and B4. RGB value is (66,75,180). Sum of RGB (Red+Green+Blue) = 66+75+180=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #424BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BB4 is #BDB44B. Grayscale: #535353. Windows color (decimal): -12432460 or 11815746. OLE color: 11815746.

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

Color convert

RGB6675180-
CMYK0.630.5800.29
HSL235.26º46.34%48.24%-
HSV(B)235.26º63.33%70.59%-
XYZ139.4944.33-
YUV84.28182.02114.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 180 (70.70% from 255) = 56.07%
R=20.56%
G=23.36%
B=56.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66751800.630.5800.29235.2646.3448.24
Hex424BB43F3A01Deb2e30
Octal10211326477720353535660
Binary100001010010111011010011111111101001110111101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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