Html Css Color HEX #4859B5 Free Speech Blue

📋 copy color: '#4859B5'

red 72 ◦ green 89 ◦ blue 181

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

Shades of Free Speech Blue #4859B5

Tints of Free Speech Blue #4859B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.92%

R = 21.05%
G = 26.02%
B = 52.92%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4859B5 (or 0x4859B5) is known color: Free Speech Blue. HEX triplet: 48, 59 and B5. RGB value is (72,89,181). Sum of RGB (Red+Green+Blue) = 72+89+181=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #4859B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4859B5 is #B7A64A. Grayscale: #5E5E5E. Windows color (decimal): -12035659 or 11884872. OLE color: 11884872.

HSL color Cylindrical-coordinate representation of color #4859B5: hue angle of 230.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4859B5 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 89 181 -
CMYK 0.60 0.51 0 0.29
HSL 230.64º 0.43% 0.5% -
HSV(B) 230.64º 0.6% 0.71% -
XYZ 14.59 11.86 45.24 -
YUV 94.41 176.87 112.02 -
System Red Green Blue C M Y K H S L
Decimal 72 89 181 0.60 0.51 0 0.29 230.64 0.43 0.5
Hex 48 59 B5 3C 33 0 1D E7 2B 32
Octal 110 131 265 74 63 0 35 347 53 62
Binary 1001000 1011001 10110101 111100 110011 0 11101 11100111 101011 110010

Color Harmonies of #4859B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4859B5

Black with #4859B5

Text Example


Text Example

White with #4859B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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