#4860BE

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

Shades of Free Speech Blue #4860BE

Tints of Free Speech Blue #4860BE

Color information

#4860BE (or 0x4860BE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 60 and BE. RGB value is (72,96,190). Sum of RGB (Red+Green+Blue) = 72+96+190=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #4860BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860BE is #B79F41. Grayscale: #636363. Windows color (decimal): -12033858 or 12476488. OLE color: 12476488.

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

Color convert

RGB7296190-
CMYK0.620.4900.25
HSL227.8º47.58%51.37%-
HSV(B)227.8º62.11%74.51%-
XYZ16.1513.4650.46-
YUV99.54179.05108.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=20.11%
G=26.82%
B=53.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72961900.620.4900.25227.847.5851.37
Hex4860BE3E31019e43033
Octal11014027676610313446063
Binary100100011000001011111011111011000101100111100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4860BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4860BE; }

 p { color: rgb(72,96,190); }

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

<style>
 a { background-color: #4860BE; }

 a { background-color: rgb(72,96,190); }

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

<style>
 span { border-color: #4860BE; }

 span { border-color: rgb(72,96,190); }

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