#4C919E

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

Shades of Hippie Blue #4C919E

Tints of Hippie Blue #4C919E

Color information

#4C919E (or 0x4C919E) is unknown color: approx Hippie Blue. HEX triplet: 4C, 91 and 9E. RGB value is (76,145,158). Sum of RGB (Red+Green+Blue) = 76+145+158=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C919E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C919E is #B36E61. Grayscale: #7D7D7D. Windows color (decimal): -11759202 or 10391884. OLE color: 10391884.

HSL color Cylindrical-coordinate representation of color #4C919E: hue angle of 189.51º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C919E is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB76145158-
CMYK0.520.0800.38
HSL189.51º35.04%45.88%-
HSV(B)189.51º51.9%61.96%-
XYZ19.2824.2636.01-
YUV125.85146.1492.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.05%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=20.05%
G=38.26%
B=41.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761451580.520.0800.38189.5135.0445.88
Hex4C919E348026be232e
Octal11422123664100462764356
Binary100110010010001100111101101001000010011010111110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,145,158); }

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

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

 a { background-color: rgb(76,145,158); }

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

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

 span { border-color: rgb(76,145,158); }

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