#4249C9

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

Shades of Free Speech Blue #4249C9

Tints of Free Speech Blue #4249C9

Color information

#4249C9 (or 0x4249C9) is unknown color: approx Free Speech Blue. HEX triplet: 42, 49 and C9. RGB value is (66,73,201). Sum of RGB (Red+Green+Blue) = 66+73+201=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 201 (78.91% from 255 or 59.12% from 340); Max value from RGB is 201 - color contains mainly: blue. Hex color #4249C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4249C9 is #BDB636. Grayscale: #545454. Windows color (decimal): -12432951 or 13191490. OLE color: 13191490.

HSL color Cylindrical-coordinate representation of color #4249C9: hue angle of 236.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4249C9 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6673201-
CMYK0.670.6400.21
HSL236.89º55.56%52.35%-
HSV(B)236.89º67.16%78.82%-
XYZ15.1710.1456.42-
YUV85.5193.18114.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 201 (78.91% from 255) = 59.12%
R=19.41%
G=21.47%
B=59.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66732010.670.6400.21236.8955.5652.35
Hex4249C94340015ed3834
Octal1021113111031000253557064
Binary10000101001001110010011000011100000001010111101101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4249C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4249C9; }

 p { color: rgb(66,73,201); }

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

<style>
 a { background-color: #4249C9; }

 a { background-color: rgb(66,73,201); }

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

<style>
 span { border-color: #4249C9; }

 span { border-color: rgb(66,73,201); }

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