#4857BB

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

Shades of Free Speech Blue #4857BB

Tints of Free Speech Blue #4857BB

Color information

#4857BB (or 0x4857BB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 57 and BB. RGB value is (72,87,187). Sum of RGB (Red+Green+Blue) = 72+87+187=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #4857BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4857BB is #B7A844. Grayscale: #5D5D5D. Windows color (decimal): -12036165 or 12277576. OLE color: 12277576.

HSL color Cylindrical-coordinate representation of color #4857BB: hue angle of 232.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4857BB is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7287187-
CMYK0.610.5300.27
HSL232.17º45.82%50.78%-
HSV(B)232.17º61.5%73.33%-
XYZ15.0511.7848.49-
YUV93.92180.53112.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=20.81%
G=25.14%
B=54.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72871870.610.5300.27232.1745.8250.78
Hex4857BB3D3501Be82e33
Octal11012727375650333505663
Binary100100010101111011101111110111010101101111101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4857BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,87,187); }

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

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

 a { background-color: rgb(72,87,187); }

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

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

 span { border-color: rgb(72,87,187); }

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