#424CCB

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

Shades of Free Speech Blue #424CCB

Tints of Free Speech Blue #424CCB

Color information

#424CCB (or 0x424CCB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4C and CB. RGB value is (66,76,203). Sum of RGB (Red+Green+Blue) = 66+76+203=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #424CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CCB is #BDB334. Grayscale: #565656. Windows color (decimal): -12432181 or 13323330. OLE color: 13323330.

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

Color convert

RGB6676203-
CMYK0.670.6300.20
HSL235.62º56.85%52.75%-
HSV(B)235.62º67.49%79.61%-
XYZ15.6110.6457.73-
YUV87.49193.19112.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 203 (79.69% from 255) = 58.84%
R=19.13%
G=22.03%
B=58.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66762030.670.6300.20235.6256.8552.75
Hex424CCB433F014ec3935
Octal102114313103770243547165
Binary1000010100110011001011100001111111101010011101100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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