#4E8795

Color #4E8795 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #4E8795

Tints of Hippie Blue #4E8795

Color information

#4E8795 (or 0x4E8795) is unknown color: approx Hippie Blue. HEX triplet: 4E, 87 and 95. RGB value is (78,135,149). Sum of RGB (Red+Green+Blue) = 78+135+149=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E8795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8795 is #B1786A. Grayscale: #777777. Windows color (decimal): -11630699 or 9799502. OLE color: 9799502.

HSL color Cylindrical-coordinate representation of color #4E8795: hue angle of 191.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E8795 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB78135149-
CMYK0.480.0900.42
HSL191.83º31.28%44.51%-
HSV(B)191.83º47.65%58.43%-
XYZ17.2321.1231.6-
YUV119.55144.6298.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.55%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=21.55%
G=37.29%
B=41.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781351490.480.0900.42191.8331.2844.51
Hex4E879530902Ac01f2d
Octal11620722560110523003755
Binary10011101000011110010101110000100101010101100000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,135,149); }

 H1.HeaderClassName
 {
   color: #4E8795;
 }
 .AnyTagClassName
 {
   color: #4E8795;
 }
</style>
background-color css

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

 a { background-color: rgb(78,135,149); }

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

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

 span { border-color: rgb(78,135,149); }

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