Html Css Color HEX #4F877C Lochinvar

📋 copy color: '#4F877C'

red 79 ◦ green 135 ◦ blue 124

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

Shades of Lochinvar #4F877C

Tints of Lochinvar #4F877C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 23.37%
G = 39.94%
B = 36.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#4F877C (or 0x4F877C) is known color: Lochinvar. HEX triplet: 4F, 87 and 7C. RGB value is (79,135,124). Sum of RGB (Red+Green+Blue) = 79+135+124=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #4F877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F877C is #B07883. Grayscale: #747474. Windows color (decimal): -11565188 or 8161103. OLE color: 8161103.

HSL color Cylindrical-coordinate representation of color #4F877C: hue angle of 168.21º 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 #4F877C is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 135 124 -
CMYK 0.41 0 0.08 0.47
HSL 168.21º 0.26% 0.42% -
HSV(B) 168.21º 0.41% 0.53% -
XYZ 15.53 20.45 22.2 -
YUV 117 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 79 135 124 0.41 0 0.08 0.47 168.21 0.26 0.42
Hex 4F 87 7C 29 0 8 2F A8 1A 2A
Octal 117 207 174 51 0 10 57 250 32 52
Binary 1001111 10000111 1111100 101001 0 1000 101111 10101000 11010 101010

Color Harmonies of #4F877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F877C

Black with #4F877C

Text Example


Text Example

White with #4F877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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