Html Css Color HEX #4F887E Lochinvar

📋 copy color: '#4F887E'

red 79 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #4F887E

Tints of Lochinvar #4F887E

RGB

 RED value IS 79 (31.25% from 255) = 23.17%

 GREEN value IS 136 (53.52% from 255) = 39.88%

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 23.17%
G = 39.88%
B = 36.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#4F887E (or 0x4F887E) is known color: Lochinvar. HEX triplet: 4F, 88 and 7E. RGB value is (79,136,126). Sum of RGB (Red+Green+Blue) = 79+136+126=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #4F887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F887E is #B07781. Grayscale: #757575. Windows color (decimal): -11564930 or 8292431. OLE color: 8292431.

HSL color Cylindrical-coordinate representation of color #4F887E: hue angle of 169.47º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F887E is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 136 126 -
CMYK 0.42 0 0.07 0.47
HSL 169.47º 0.27% 0.42% -
HSV(B) 169.47º 0.42% 0.53% -
XYZ 15.79 20.78 22.92 -
YUV 117.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 79 136 126 0.42 0 0.07 0.47 169.47 0.27 0.42
Hex 4F 88 7E 2A 0 7 2F A9 1B 2A
Octal 117 210 176 52 0 7 57 251 33 52
Binary 1001111 10001000 1111110 101010 0 111 101111 10101001 11011 101010

Color Harmonies of #4F887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F887E

Black with #4F887E

Text Example


Text Example

White with #4F887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,136,126); }

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

background-color css

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

 a { background-color: rgb(79,136,126); }

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

border-color css

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

 span { border-color: rgb(79,136,126); }

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