#4D919C

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

Shades of Hippie Blue #4D919C

Tints of Hippie Blue #4D919C

Color information

#4D919C (or 0x4D919C) is unknown color: approx Hippie Blue. HEX triplet: 4D, 91 and 9C. RGB value is (77,145,156). Sum of RGB (Red+Green+Blue) = 77+145+156=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D919C is #B26E63. Grayscale: #7D7D7D. Windows color (decimal): -11693668 or 10260813. OLE color: 10260813.

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

Color convert

RGB77145156-
CMYK0.510.0700.39
HSL188.35º33.91%45.69%-
HSV(B)188.35º50.64%61.18%-
XYZ19.1924.2335.12-
YUV125.92144.9793.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.37%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=20.37%
G=38.36%
B=41.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771451560.510.0700.39188.3533.9145.69
Hex4D919C337027bc222e
Octal1152212346370472744256
Binary10011011001000110011100110011111010011110111100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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