Html Css Color HEX #4C9F86 Lochinvar

📋 copy color: '#4C9F86'

red 76 ◦ green 159 ◦ blue 134

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

Shades of Lochinvar #4C9F86

Tints of Lochinvar #4C9F86

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.09%

 BLUE value IS 134 (52.73% from 255) = 36.31%

R = 20.6%
G = 43.09%
B = 36.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#4C9F86 (or 0x4C9F86) is known color: Lochinvar. HEX triplet: 4C, 9F and 86. RGB value is (76,159,134). Sum of RGB (Red+Green+Blue) = 76+159+134=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9F86 is #B36079. Grayscale: #838383. Windows color (decimal): -11755642 or 8822604. OLE color: 8822604.

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

Color convert

RGB 76 159 134 -
CMYK 0.52 0 0.16 0.38
HSL 161.93º 0.35% 0.46% -
HSV(B) 161.93º 0.52% 0.62% -
XYZ 19.68 28.05 26.93 -
YUV 131.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 76 159 134 0.52 0 0.16 0.38 161.93 0.35 0.46
Hex 4C 9F 86 34 0 10 26 A2 23 2E
Octal 114 237 206 64 0 20 46 242 43 56
Binary 1001100 10011111 10000110 110100 0 10000 100110 10100010 100011 101110

Color Harmonies of #4C9F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9F86

Black with #4C9F86

Text Example


Text Example

White with #4C9F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,159,134); }

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

background-color css

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

 a { background-color: rgb(76,159,134); }

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

border-color css

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

 span { border-color: rgb(76,159,134); }

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