#4856B8

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

Shades of Free Speech Blue #4856B8

Tints of Free Speech Blue #4856B8

Color information

#4856B8 (or 0x4856B8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 56 and B8. RGB value is (72,86,184). Sum of RGB (Red+Green+Blue) = 72+86+184=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #4856B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4856B8 is #B7A947. Grayscale: #5C5C5C. Windows color (decimal): -12036424 or 12080712. OLE color: 12080712.

HSL color Cylindrical-coordinate representation of color #4856B8: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4856B8 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7286184-
CMYK0.610.5300.28
HSL232.5º44.09%50.2%-
HSV(B)232.5º60.87%72.16%-
XYZ14.6511.4946.79-
YUV92.99179.36113.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 184 (72.27% from 255) = 53.80%
R=21.05%
G=25.15%
B=53.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72861840.610.5300.28232.544.0950.2
Hex4856B83D3501Ce82c32
Octal11012627075650343505462
Binary100100010101101011100011110111010101110011101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4856B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4856B8; }

 p { color: rgb(72,86,184); }

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

<style>
 a { background-color: #4856B8; }

 a { background-color: rgb(72,86,184); }

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

<style>
 span { border-color: #4856B8; }

 span { border-color: rgb(72,86,184); }

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