Html Css Color HEX #4B859E Hippie Blue

📋 copy color: '#4B859E'

red 75 ◦ green 133 ◦ blue 158

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

Shades of Hippie Blue #4B859E

Tints of Hippie Blue #4B859E

RGB

 RED value IS 75 (29.69% from 255) = 20.49%

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 20.49%
G = 36.34%
B = 43.17%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B859E (or 0x4B859E) is known color: Hippie Blue. HEX triplet: 4B, 85 and 9E. RGB value is (75,133,158). Sum of RGB (Red+Green+Blue) = 75+133+158=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B859E is #B47A61. Grayscale: #767676. Windows color (decimal): -11827810 or 10388811. OLE color: 10388811.

HSL color Cylindrical-coordinate representation of color #4B859E: hue angle of 198.07º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B859E is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 75 133 158 -
CMYK 0.53 0.16 0 0.38
HSL 198.07º 0.36% 0.46% -
HSV(B) 198.07º 0.53% 0.62% -
XYZ 17.46 20.74 35.43 -
YUV 118.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 75 133 158 0.53 0.16 0 0.38 198.07 0.36 0.46
Hex 4B 85 9E 35 10 0 26 C6 24 2E
Octal 113 205 236 65 20 0 46 306 44 56
Binary 1001011 10000101 10011110 110101 10000 0 100110 11000110 100100 101110

Color Harmonies of #4B859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B859E

Black with #4B859E

Text Example


Text Example

White with #4B859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B859E; }

 p { color: rgb(75,133,158); }

 H1.HeaderClassName
 {
   color: #4B859E;
 }
 .AnyTagClassName
 {
   color: #4B859E;
 }
</style>

background-color css

<style>
 a { background-color: #4B859E; }

 a { background-color: rgb(75,133,158); }

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

border-color css

<style>
 span { border-color: #4B859E; }

 span { border-color: rgb(75,133,158); }

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