#424abd

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

Shades of Free Speech Blue #424ABD

Tints of Free Speech Blue #424ABD

Color information

#424ABD (or 0x424ABD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4A and BD. RGB value is (66,74,189). Sum of RGB (Red+Green+Blue) = 66+74+189=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #424ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ABD is #BDB542. Grayscale: #545454. Windows color (decimal): -12432707 or 12405314. OLE color: 12405314.

HSL color Cylindrical-coordinate representation of color #424ABD: hue angle of 236.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424ABD is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6674189-
CMYK0.650.6100.26
HSL236.1º48.24%50%-
HSV(B)236.1º65.08%74.12%-
XYZ13.889.7349.29-
YUV84.72186.85114.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=20.06%
G=22.49%
B=57.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66741890.650.6100.26236.148.2450
Hex424ABD413D01Aec3032
Octal102112275101750323546062
Binary1000010100101010111101100000111110101101011101100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424abd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,74,189); }

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

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

 a { background-color: rgb(66,74,189); }

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

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

 span { border-color: rgb(66,74,189); }

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