#424ABC

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

Shades of Free Speech Blue #424ABC

Tints of Free Speech Blue #424ABC

Color information

#424ABC (or 0x424ABC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4A and BC. RGB value is (66,74,188). Sum of RGB (Red+Green+Blue) = 66+74+188=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #424ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ABC is #BDB543. Grayscale: #545454. Windows color (decimal): -12432708 or 12339778. OLE color: 12339778.

HSL color Cylindrical-coordinate representation of color #424ABC: hue angle of 236.07º 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 #424ABC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6674188-
CMYK0.650.6100.26
HSL236.07º48.03%49.8%-
HSV(B)236.07º64.89%73.73%-
XYZ13.779.6948.72-
YUV84.6186.35114.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=20.12%
G=22.56%
B=57.32%

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
Decimal66741880.650.6100.26236.0748.0349.8
Hex424ABC413D01Aec3032
Octal102112274101750323546062
Binary1000010100101010111100100000111110101101011101100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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