Html Css Color HEX #4C9E89 Lochinvar

📋 copy color: '#4C9E89'

red 76 ◦ green 158 ◦ blue 137

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

Shades of Lochinvar #4C9E89

Tints of Lochinvar #4C9E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 137 (53.91% from 255) = 36.93%

R = 20.49%
G = 42.59%
B = 36.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#4C9E89 (or 0x4C9E89) is known color: Lochinvar. HEX triplet: 4C, 9E and 89. RGB value is (76,158,137). Sum of RGB (Red+Green+Blue) = 76+158+137=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9E89 is #B36176. Grayscale: #838383. Windows color (decimal): -11755895 or 9018956. OLE color: 9018956.

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

Color convert

RGB 76 158 137 -
CMYK 0.52 0 0.13 0.38
HSL 164.63º 0.35% 0.46% -
HSV(B) 164.63º 0.52% 0.62% -
XYZ 19.72 27.8 27.99 -
YUV 131.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 76 158 137 0.52 0 0.13 0.38 164.63 0.35 0.46
Hex 4C 9E 89 34 0 D 26 A5 23 2E
Octal 114 236 211 64 0 15 46 245 43 56
Binary 1001100 10011110 10001001 110100 0 1101 100110 10100101 100011 101110

Color Harmonies of #4C9E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9E89

Black with #4C9E89

Text Example


Text Example

White with #4C9E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,158,137); }

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

background-color css

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

 a { background-color: rgb(76,158,137); }

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

border-color css

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

 span { border-color: rgb(76,158,137); }

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