#4857D6

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

Shades of Free Speech Blue #4857D6

Tints of Free Speech Blue #4857D6

Color information

#4857D6 (or 0x4857D6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 57 and D6. RGB value is (72,87,214). Sum of RGB (Red+Green+Blue) = 72+87+214=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #4857D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4857D6 is #B7A829. Grayscale: #606060. Windows color (decimal): -12036138 or 14047048. OLE color: 14047048.

HSL color Cylindrical-coordinate representation of color #4857D6: hue angle of 233.66º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4857D6 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7287214-
CMYK0.660.5900.16
HSL233.66º63.39%56.08%-
HSV(B)233.66º66.36%83.92%-
XYZ18.2213.0565.18-
YUV96.99194.03110.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 214 (83.98% from 255) = 57.37%
R=19.30%
G=23.32%
B=57.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72872140.660.5900.16233.6663.3956.08
Hex4857D6423B010ea3f38
Octal110127326102730203527770
Binary1001000101011111010110100001011101101000011101010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4857D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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