Html Css Color HEX #4859BA Free Speech Blue

📋 copy color: '#4859BA'

red 72 ◦ green 89 ◦ blue 186

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

Shades of Free Speech Blue #4859BA

Tints of Free Speech Blue #4859BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 20.75%
G = 25.65%
B = 53.6%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4859BA (or 0x4859BA) is known color: Free Speech Blue. HEX triplet: 48, 59 and BA. RGB value is (72,89,186). Sum of RGB (Red+Green+Blue) = 72+89+186=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #4859BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4859BA is #B7A645. Grayscale: #5E5E5E. Windows color (decimal): -12035654 or 12212552. OLE color: 12212552.

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

Color convert

RGB 72 89 186 -
CMYK 0.61 0.52 0 0.27
HSL 231.05º 0.45% 0.51% -
HSV(B) 231.05º 0.61% 0.73% -
XYZ 15.11 12.07 47.99 -
YUV 94.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 72 89 186 0.61 0.52 0 0.27 231.05 0.45 0.51
Hex 48 59 BA 3D 34 0 1B E7 2D 33
Octal 110 131 272 75 64 0 33 347 55 63
Binary 1001000 1011001 10111010 111101 110100 0 11011 11100111 101101 110011

Color Harmonies of #4859BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4859BA

Black with #4859BA

Text Example


Text Example

White with #4859BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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