Html Css Color HEX #4F877D Lochinvar

📋 copy color: '#4F877D'

red 79 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #4F877D

Tints of Lochinvar #4F877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.82%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 23.3%
G = 39.82%
B = 36.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#4F877D (or 0x4F877D) is known color: Lochinvar. HEX triplet: 4F, 87 and 7D. RGB value is (79,135,125). Sum of RGB (Red+Green+Blue) = 79+135+125=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #4F877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F877D is #B07882. Grayscale: #757575. Windows color (decimal): -11565187 or 8226639. OLE color: 8226639.

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

Color convert

RGB 79 135 125 -
CMYK 0.41 0 0.07 0.47
HSL 169.29º 0.26% 0.42% -
HSV(B) 169.29º 0.41% 0.53% -
XYZ 15.59 20.47 22.53 -
YUV 117.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 79 135 125 0.41 0 0.07 0.47 169.29 0.26 0.42
Hex 4F 87 7D 29 0 7 2F A9 1A 2A
Octal 117 207 175 51 0 7 57 251 32 52
Binary 1001111 10000111 1111101 101001 0 111 101111 10101001 11010 101010

Color Harmonies of #4F877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F877D

Black with #4F877D

Text Example


Text Example

White with #4F877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,135,125); }

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

background-color css

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

 a { background-color: rgb(79,135,125); }

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

border-color css

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

 span { border-color: rgb(79,135,125); }

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