#4552BB

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

Shades of Free Speech Blue #4552BB

Tints of Free Speech Blue #4552BB

Color information

#4552BB (or 0x4552BB) is unknown color: approx Free Speech Blue. HEX triplet: 45, 52 and BB. RGB value is (69,82,187). Sum of RGB (Red+Green+Blue) = 69+82+187=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #4552BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552BB is #BAAD44. Grayscale: #595959. Windows color (decimal): -12234053 or 12276293. OLE color: 12276293.

HSL color Cylindrical-coordinate representation of color #4552BB: hue angle of 233.39º 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 #4552BB is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6982187-
CMYK0.630.5600.27
HSL233.39º46.46%50.2%-
HSV(B)233.39º63.1%73.33%-
XYZ14.4410.8948.35-
YUV90.08182.69112.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 187 (73.44% from 255) = 55.33%
R=20.41%
G=24.26%
B=55.33%

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
Decimal69821870.630.5600.27233.3946.4650.2
Hex4552BB3F3801Be92e32
Octal10512227377700333515662
Binary100010110100101011101111111111100001101111101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4552BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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