#4858BA

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

Shades of Free Speech Blue #4858BA

Tints of Free Speech Blue #4858BA

Color information

#4858BA (or 0x4858BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 58 and BA. RGB value is (72,88,186). Sum of RGB (Red+Green+Blue) = 72+88+186=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #4858BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858BA is #B7A745. Grayscale: #5D5D5D. Windows color (decimal): -12035910 or 12212296. OLE color: 12212296.

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

Color convert

RGB7288186-
CMYK0.610.5300.27
HSL231.58º45.24%50.59%-
HSV(B)231.58º61.29%72.94%-
XYZ15.0311.947.96-
YUV94.39179.7112.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=20.81%
G=25.43%
B=53.76%

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
Decimal72881860.610.5300.27231.5845.2450.59
Hex4858BA3D3501Be82d33
Octal11013027275650333505563
Binary100100010110001011101011110111010101101111101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4858BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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