#4249BA

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

Shades of Free Speech Blue #4249BA

Tints of Free Speech Blue #4249BA

Color information

#4249BA (or 0x4249BA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 49 and BA. RGB value is (66,73,186). Sum of RGB (Red+Green+Blue) = 66+73+186=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #4249BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4249BA is #BDB645. Grayscale: #535353. Windows color (decimal): -12432966 or 12208450. OLE color: 12208450.

HSL color Cylindrical-coordinate representation of color #4249BA: hue angle of 236.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4249BA is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6673186-
CMYK0.650.6100.27
HSL236.5º47.62%49.41%-
HSV(B)236.5º64.52%72.94%-
XYZ13.499.4747.57-
YUV83.79185.68115.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=20.31%
G=22.46%
B=57.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66731860.650.6100.27236.547.6249.41
Hex4249BA413D01Bec3031
Octal102111272101750333546061
Binary1000010100100110111010100000111110101101111101100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4249BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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