Html Css Color HEX #4F867C Lochinvar

📋 copy color: '#4F867C'

red 79 ◦ green 134 ◦ blue 124

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

Shades of Lochinvar #4F867C

Tints of Lochinvar #4F867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

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

R = 23.44%
G = 39.76%
B = 36.8%

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

#4F867C (or 0x4F867C) is known color: Lochinvar. HEX triplet: 4F, 86 and 7C. RGB value is (79,134,124). Sum of RGB (Red+Green+Blue) = 79+134+124=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #4F867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F867C is #B07983. Grayscale: #747474. Windows color (decimal): -11565444 or 8160847. OLE color: 8160847.

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

Color convert

RGB 79 134 124 -
CMYK 0.41 0 0.07 0.47
HSL 169.09º 0.26% 0.42% -
HSV(B) 169.09º 0.41% 0.53% -
XYZ 15.39 20.17 22.15 -
YUV 116.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 79 134 124 0.41 0 0.07 0.47 169.09 0.26 0.42
Hex 4F 86 7C 29 0 7 2F A9 1A 2A
Octal 117 206 174 51 0 7 57 251 32 52
Binary 1001111 10000110 1111100 101001 0 111 101111 10101001 11010 101010

Color Harmonies of #4F867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F867C

Black with #4F867C

Text Example


Text Example

White with #4F867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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