#4E8297

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

Shades of Hippie Blue #4E8297

Tints of Hippie Blue #4E8297

Color information

#4E8297 (or 0x4E8297) is unknown color: approx Hippie Blue. HEX triplet: 4E, 82 and 97. RGB value is (78,130,151). Sum of RGB (Red+Green+Blue) = 78+130+151=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E8297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8297 is #B17D68. Grayscale: #747474. Windows color (decimal): -11631977 or 9929294. OLE color: 9929294.

HSL color Cylindrical-coordinate representation of color #4E8297: hue angle of 197.26º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E8297 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB78130151-
CMYK0.480.1400.41
HSL197.26º31.88%44.9%-
HSV(B)197.26º48.34%59.22%-
XYZ16.7119.8232.22-
YUV116.85147.27100.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.73%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=21.73%
G=36.21%
B=42.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781301510.480.1400.41197.2631.8844.9
Hex4E829730E029c5202d
Octal11620222760160513054055
Binary100111010000010100101111100001110010100111000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,130,151); }

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

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

 a { background-color: rgb(78,130,151); }

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

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

 span { border-color: rgb(78,130,151); }

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