#4E919C

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

Shades of Hippie Blue #4E919C

Tints of Hippie Blue #4E919C

Color information

#4E919C (or 0x4E919C) is unknown color: approx Hippie Blue. HEX triplet: 4E, 91 and 9C. RGB value is (78,145,156). Sum of RGB (Red+Green+Blue) = 78+145+156=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E919C is #B16E63. Grayscale: #7E7E7E. Windows color (decimal): -11628132 or 10260814. OLE color: 10260814.

HSL color Cylindrical-coordinate representation of color #4E919C: hue angle of 188.46º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E919C is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB78145156-
CMYK0.50.0700.39
HSL188.46º33.33%45.88%-
HSV(B)188.46º50%61.18%-
XYZ19.2724.2735.12-
YUV126.22144.893.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=20.58%
G=38.26%
B=41.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781451560.50.0700.39188.4633.3345.88
Hex4E919C327027bc212e
Octal1162212346270472744156
Binary10011101001000110011100110010111010011110111100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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