#4858BF

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

Shades of Free Speech Blue #4858BF

Tints of Free Speech Blue #4858BF

Color information

#4858BF (or 0x4858BF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 58 and BF. RGB value is (72,88,191). Sum of RGB (Red+Green+Blue) = 72+88+191=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #4858BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858BF is #B7A740. Grayscale: #5E5E5E. Windows color (decimal): -12035905 or 12539976. OLE color: 12539976.

HSL color Cylindrical-coordinate representation of color #4858BF: hue angle of 231.93º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4858BF is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7288191-
CMYK0.620.5400.25
HSL231.93º48.18%51.57%-
HSV(B)231.93º62.3%74.9%-
XYZ15.5712.1250.81-
YUV94.96182.2111.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 191 (75% from 255) = 54.42%
R=20.51%
G=25.07%
B=54.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72881910.620.5400.25231.9348.1851.57
Hex4858BF3E36019e83034
Octal11013027776660313506064
Binary100100010110001011111111111011011001100111101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4858BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4858BF; }

 p { color: rgb(72,88,191); }

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

<style>
 a { background-color: #4858BF; }

 a { background-color: rgb(72,88,191); }

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

<style>
 span { border-color: #4858BF; }

 span { border-color: rgb(72,88,191); }

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