#4859BE

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

Shades of Free Speech Blue #4859BE

Tints of Free Speech Blue #4859BE

Color information

#4859BE (or 0x4859BE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 59 and BE. RGB value is (72,89,190). Sum of RGB (Red+Green+Blue) = 72+89+190=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #4859BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4859BE is #B7A641. Grayscale: #5F5F5F. Windows color (decimal): -12035650 or 12474696. OLE color: 12474696.

HSL color Cylindrical-coordinate representation of color #4859BE: hue angle of 231.36º 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 #4859BE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7289190-
CMYK0.620.5300.25
HSL231.36º47.58%51.37%-
HSV(B)231.36º62.11%74.51%-
XYZ15.5412.2450.26-
YUV95.43181.37111.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=20.51%
G=25.36%
B=54.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72891900.620.5300.25231.3647.5851.37
Hex4859BE3E35019e73033
Octal11013127676650313476063
Binary100100010110011011111011111011010101100111100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4859BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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