#4845B6

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

Shades of Free Speech Blue #4845B6

Tints of Free Speech Blue #4845B6

Color information

#4845B6 (or 0x4845B6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 45 and B6. RGB value is (72,69,182). Sum of RGB (Red+Green+Blue) = 72+69+182=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #4845B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4845B6 is #B7BA49. Grayscale: #525252. Windows color (decimal): -12040778 or 11945288. OLE color: 11945288.

HSL color Cylindrical-coordinate representation of color #4845B6: hue angle of 241.59º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4845B6 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7269182-
CMYK0.600.6200.29
HSL241.59º45.02%49.22%-
HSV(B)241.59º62.09%71.37%-
XYZ13.249.0145.3-
YUV82.78183.99120.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 182 (71.48% from 255) = 56.35%
R=22.29%
G=21.36%
B=56.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72691820.600.6200.29241.5945.0249.22
Hex4845B63C3E01Df22d31
Octal11010526674760353625561
Binary100100010001011011011011110011111001110111110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4845B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4845B6; }

 p { color: rgb(72,69,182); }

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

<style>
 a { background-color: #4845B6; }

 a { background-color: rgb(72,69,182); }

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

<style>
 span { border-color: #4845B6; }

 span { border-color: rgb(72,69,182); }

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