Html Css Color HEX #4859B8 Free Speech Blue

📋 copy color: '#4859B8'

red 72 ◦ green 89 ◦ blue 184

#4859B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4859B8

Tints of Free Speech Blue #4859B8

RGB

 RED value IS 72 (28.52% from 255) = 20.87%

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 184 (72.27% from 255) = 53.33%

R = 20.87%
G = 25.8%
B = 53.33%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4859B8 (or 0x4859B8) is known color: Free Speech Blue. HEX triplet: 48, 59 and B8. RGB value is (72,89,184). Sum of RGB (Red+Green+Blue) = 72+89+184=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #4859B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4859B8 is #B7A647. Grayscale: #5E5E5E. Windows color (decimal): -12035656 or 12081480. OLE color: 12081480.

HSL color Cylindrical-coordinate representation of color #4859B8: hue angle of 230.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4859B8 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 89 184 -
CMYK 0.61 0.52 0 0.28
HSL 230.89º 0.44% 0.5% -
HSV(B) 230.89º 0.61% 0.72% -
XYZ 14.9 11.98 46.88 -
YUV 94.75 178.37 111.78 -
System Red Green Blue C M Y K H S L
Decimal 72 89 184 0.61 0.52 0 0.28 230.89 0.44 0.5
Hex 48 59 B8 3D 34 0 1C E7 2C 32
Octal 110 131 270 75 64 0 34 347 54 62
Binary 1001000 1011001 10111000 111101 110100 0 11100 11100111 101100 110010

Color Harmonies of #4859B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4859B8

Black with #4859B8

Text Example


Text Example

White with #4859B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4859B8;
 }
 .AnyTagClassName
 {
   color: #4859B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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