#4552ba

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

Shades of Free Speech Blue #4552BA

Tints of Free Speech Blue #4552BA

Color information

#4552BA (or 0x4552BA) is unknown color: approx Free Speech Blue. HEX triplet: 45, 52 and BA. RGB value is (69,82,186). Sum of RGB (Red+Green+Blue) = 69+82+186=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4552BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552BA is #BAAD45. Grayscale: #595959. Windows color (decimal): -12234054 or 12210757. OLE color: 12210757.

HSL color Cylindrical-coordinate representation of color #4552BA: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4552BA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6982186-
CMYK0.630.5600.27
HSL233.33º45.88%50%-
HSV(B)233.33º62.9%72.94%-
XYZ14.3310.8447.79-
YUV89.97182.19113.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=20.47%
G=24.33%
B=55.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69821860.630.5600.27233.3345.8850
Hex4552BA3F3801Be92e32
Octal10512227277700333515662
Binary100010110100101011101011111111100001101111101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4552ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4552ba; }

 p { color: rgb(69,82,186); }

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

<style>
 a { background-color: #4552ba; }

 a { background-color: rgb(69,82,186); }

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

<style>
 span { border-color: #4552ba; }

 span { border-color: rgb(69,82,186); }

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