#4547B2

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

Shades of Free Speech Blue #4547B2

Tints of Free Speech Blue #4547B2

Color information

#4547B2 (or 0x4547B2) is unknown color: approx Free Speech Blue. HEX triplet: 45, 47 and B2. RGB value is (69,71,178). Sum of RGB (Red+Green+Blue) = 69+71+178=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 178 (69.92% from 255 or 55.97% from 318); Max value from RGB is 178 - color contains mainly: blue. Hex color #4547B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4547B2 is #BAB84D. Grayscale: #525252. Windows color (decimal): -12236878 or 11683653. OLE color: 11683653.

HSL color Cylindrical-coordinate representation of color #4547B2: hue angle of 238.9º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4547B2 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6971178-
CMYK0.610.6000.30
HSL238.9º44.13%48.43%-
HSV(B)238.9º61.24%69.8%-
XYZ12.748.9943.18-
YUV82.6181.84118.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 178 (69.92% from 255) = 55.97%
R=21.70%
G=22.33%
B=55.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69711780.610.6000.30238.944.1348.43
Hex4547B23D3C01Eef2c30
Octal10510726275740363575460
Binary100010110001111011001011110111110001111011101111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4547B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4547B2; }

 p { color: rgb(69,71,178); }

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

<style>
 a { background-color: #4547B2; }

 a { background-color: rgb(69,71,178); }

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

<style>
 span { border-color: #4547B2; }

 span { border-color: rgb(69,71,178); }

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