Html Css Color HEX #4C919C Hippie Blue

📋 copy color: '#4C919C'

red 76 ◦ green 145 ◦ blue 156

#4C919C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #4C919C

Tints of Hippie Blue #4C919C

RGB

 RED value IS 76 (30.08% from 255) = 20.16%

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 20.16%
G = 38.46%
B = 41.38%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C919C (or 0x4C919C) is known color: Hippie Blue. HEX triplet: 4C, 91 and 9C. RGB value is (76,145,156). Sum of RGB (Red+Green+Blue) = 76+145+156=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C919C is #B36E63. Grayscale: #7D7D7D. Windows color (decimal): -11759204 or 10260812. OLE color: 10260812.

HSL color Cylindrical-coordinate representation of color #4C919C: hue angle of 188.25º 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 #4C919C is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 145 156 -
CMYK 0.51 0.07 0 0.39
HSL 188.25º 0.34% 0.45% -
HSV(B) 188.25º 0.51% 0.61% -
XYZ 19.11 24.19 35.11 -
YUV 125.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 76 145 156 0.51 0.07 0 0.39 188.25 0.34 0.45
Hex 4C 91 9C 33 7 0 27 BC 22 2D
Octal 114 221 234 63 7 0 47 274 42 55
Binary 1001100 10010001 10011100 110011 111 0 100111 10111100 100010 101101

Color Harmonies of #4C919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C919C

Black with #4C919C

Text Example


Text Example

White with #4C919C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C919C;
 }
 .AnyTagClassName
 {
   color: #4C919C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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