#424ACB

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

Shades of Free Speech Blue #424ACB

Tints of Free Speech Blue #424ACB

Color information

#424ACB (or 0x424ACB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4A and CB. RGB value is (66,74,203). Sum of RGB (Red+Green+Blue) = 66+74+203=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #424ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ACB is #BDB534. Grayscale: #555555. Windows color (decimal): -12432693 or 13322818. OLE color: 13322818.

HSL color Cylindrical-coordinate representation of color #424ACB: hue angle of 236.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424ACB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6674203-
CMYK0.670.6400.20
HSL236.5º56.85%52.75%-
HSV(B)236.5º67.49%79.61%-
XYZ15.4810.3757.69-
YUV86.31193.85113.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 203 (79.69% from 255) = 59.18%
R=19.24%
G=21.57%
B=59.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66742030.670.6400.20236.556.8552.75
Hex424ACB4340014ec3935
Octal1021123131031000243547165
Binary10000101001010110010111000011100000001010011101100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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