Html Css Color HEX #4C9D95 Blue Chill

📋 copy color: '#4C9D95'

red 76 ◦ green 157 ◦ blue 149

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

Shades of Blue Chill #4C9D95

Tints of Blue Chill #4C9D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.1%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 19.9%
G = 41.1%
B = 39.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#4C9D95 (or 0x4C9D95) is known color: Blue Chill. HEX triplet: 4C, 9D and 95. RGB value is (76,157,149). Sum of RGB (Red+Green+Blue) = 76+157+149=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D95 is #B3626A. Grayscale: #838383. Windows color (decimal): -11756139 or 9805132. OLE color: 9805132.

HSL color Cylindrical-coordinate representation of color #4C9D95: hue angle of 174.07º 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 #4C9D95 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 157 149 -
CMYK 0.52 0 0.05 0.38
HSL 174.07º 0.35% 0.46% -
HSV(B) 174.07º 0.52% 0.62% -
XYZ 20.46 27.82 32.73 -
YUV 131.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 76 157 149 0.52 0 0.05 0.38 174.07 0.35 0.46
Hex 4C 9D 95 34 0 5 26 AE 23 2E
Octal 114 235 225 64 0 5 46 256 43 56
Binary 1001100 10011101 10010101 110100 0 101 100110 10101110 100011 101110

Color Harmonies of #4C9D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9D95

Black with #4C9D95

Text Example


Text Example

White with #4C9D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,157,149); }

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

background-color css

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

 a { background-color: rgb(76,157,149); }

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

border-color css

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

 span { border-color: rgb(76,157,149); }

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