Html Css Color HEX #4E8591 Hippie Blue

📋 copy color: '#4E8591'

red 78 ◦ green 133 ◦ blue 145

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

Shades of Hippie Blue #4E8591

Tints of Hippie Blue #4E8591

RGB

 RED value IS 78 (30.86% from 255) = 21.91%

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

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 21.91%
G = 37.36%
B = 40.73%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E8591 (or 0x4E8591) is known color: Hippie Blue. HEX triplet: 4E, 85 and 91. RGB value is (78,133,145). Sum of RGB (Red+Green+Blue) = 78+133+145=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E8591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8591 is #B17A6E. Grayscale: #757575. Windows color (decimal): -11631215 or 9536846. OLE color: 9536846.

HSL color Cylindrical-coordinate representation of color #4E8591: hue angle of 190.75º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E8591 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 133 145 -
CMYK 0.46 0.08 0 0.43
HSL 190.75º 0.3% 0.44% -
HSV(B) 190.75º 0.46% 0.57% -
XYZ 16.64 20.44 29.86 -
YUV 117.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 78 133 145 0.46 0.08 0 0.43 190.75 0.3 0.44
Hex 4E 85 91 2E 8 0 2B BF 1E 2C
Octal 116 205 221 56 10 0 53 277 36 54
Binary 1001110 10000101 10010001 101110 1000 0 101011 10111111 11110 101100

Color Harmonies of #4E8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8591

Black with #4E8591

Text Example


Text Example

White with #4E8591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,133,145); }

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

background-color css

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

 a { background-color: rgb(78,133,145); }

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

border-color css

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

 span { border-color: rgb(78,133,145); }

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