Html Css Color HEX #4C8E89 Lochinvar

📋 copy color: '#4C8E89'

red 76 ◦ green 142 ◦ blue 137

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

Shades of Lochinvar #4C8E89

Tints of Lochinvar #4C8E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

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

R = 21.41%
G = 40%
B = 38.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#4C8E89 (or 0x4C8E89) is known color: Lochinvar. HEX triplet: 4C, 8E and 89. RGB value is (76,142,137). Sum of RGB (Red+Green+Blue) = 76+142+137=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8E89 is #B37176. Grayscale: #797979. Windows color (decimal): -11759991 or 9014860. OLE color: 9014860.

HSL color Cylindrical-coordinate representation of color #4C8E89: hue angle of 175.45º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8E89 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 142 137 -
CMYK 0.46 0 0.04 0.44
HSL 175.45º 0.3% 0.43% -
HSV(B) 175.45º 0.46% 0.56% -
XYZ 17.17 22.69 27.14 -
YUV 121.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 76 142 137 0.46 0 0.04 0.44 175.45 0.3 0.43
Hex 4C 8E 89 2E 0 4 2C AF 1E 2B
Octal 114 216 211 56 0 4 54 257 36 53
Binary 1001100 10001110 10001001 101110 0 100 101100 10101111 11110 101011

Color Harmonies of #4C8E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8E89

Black with #4C8E89

Text Example


Text Example

White with #4C8E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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