#4C919B

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

Shades of Hippie Blue #4C919B

Tints of Hippie Blue #4C919B

Color information

#4C919B (or 0x4C919B) is unknown color: approx Hippie Blue. HEX triplet: 4C, 91 and 9B. RGB value is (76,145,155). Sum of RGB (Red+Green+Blue) = 76+145+155=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C919B is #B36E64. Grayscale: #7D7D7D. Windows color (decimal): -11759205 or 10195276. OLE color: 10195276.

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

Color convert

RGB76145155-
CMYK0.510.0600.39
HSL187.59º34.2%45.29%-
HSV(B)187.59º50.97%60.78%-
XYZ19.0224.1534.67-
YUV125.51144.6492.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.21%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=20.21%
G=38.56%
B=41.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal761451550.510.0600.39187.5934.245.29
Hex4C919B336027bc222d
Octal1142212336360472744255
Binary10011001001000110011011110011110010011110111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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