#4E8592

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

Shades of Hippie Blue #4E8592

Tints of Hippie Blue #4E8592

Color information

#4E8592 (or 0x4E8592) is unknown color: approx Hippie Blue. HEX triplet: 4E, 85 and 92. RGB value is (78,133,146). Sum of RGB (Red+Green+Blue) = 78+133+146=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E8592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8592 is #B17A6D. Grayscale: #757575. Windows color (decimal): -11631214 or 9602382. OLE color: 9602382.

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

Color convert

RGB78133146-
CMYK0.470.0900.43
HSL191.47º30.36%43.92%-
HSV(B)191.47º46.58%57.25%-
XYZ16.7220.4730.26-
YUV118.04143.7899.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.85%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=21.85%
G=37.25%
B=40.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781331460.470.0900.43191.4730.3643.92
Hex4E85922F902Bbf1e2c
Octal11620522257110532773654
Binary10011101000010110010010101111100101010111011111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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