#4857BA

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

Shades of Free Speech Blue #4857BA

Tints of Free Speech Blue #4857BA

Color information

#4857BA (or 0x4857BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 57 and BA. RGB value is (72,87,186). Sum of RGB (Red+Green+Blue) = 72+87+186=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #4857BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4857BA is #B7A845. Grayscale: #5D5D5D. Windows color (decimal): -12036166 or 12212040. OLE color: 12212040.

HSL color Cylindrical-coordinate representation of color #4857BA: hue angle of 232.11º degrees, saturation: 0.45, 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 #4857BA is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7287186-
CMYK0.610.5300.27
HSL232.11º45.24%50.59%-
HSV(B)232.11º61.29%72.94%-
XYZ14.9411.7447.93-
YUV93.8180.03112.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=20.87%
G=25.22%
B=53.91%

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
Decimal72871860.610.5300.27232.1145.2450.59
Hex4857BA3D3501Be82d33
Octal11012727275650333505563
Binary100100010101111011101011110111010101101111101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4857BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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