Html Css Color HEX #4F978F Lochinvar

📋 copy color: '#4F978F'

red 79 ◦ green 151 ◦ blue 143

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

Shades of Lochinvar #4F978F

Tints of Lochinvar #4F978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 21.18%
G = 40.48%
B = 38.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#4F978F (or 0x4F978F) is known color: Lochinvar. HEX triplet: 4F, 97 and 8F. RGB value is (79,151,143). Sum of RGB (Red+Green+Blue) = 79+151+143=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #4F978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F978F is #B06870. Grayscale: #808080. Windows color (decimal): -11561073 or 9410383. OLE color: 9410383.

HSL color Cylindrical-coordinate representation of color #4F978F: hue angle of 173.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F978F is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 151 143 -
CMYK 0.48 0 0.05 0.41
HSL 173.33º 0.31% 0.45% -
HSV(B) 173.33º 0.48% 0.59% -
XYZ 19.25 25.78 29.95 -
YUV 128.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 79 151 143 0.48 0 0.05 0.41 173.33 0.31 0.45
Hex 4F 97 8F 30 0 5 29 AD 1F 2D
Octal 117 227 217 60 0 5 51 255 37 55
Binary 1001111 10010111 10001111 110000 0 101 101001 10101101 11111 101101

Color Harmonies of #4F978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F978F

Black with #4F978F

Text Example


Text Example

White with #4F978F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,151,143); }

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

background-color css

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

 a { background-color: rgb(79,151,143); }

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

border-color css

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

 span { border-color: rgb(79,151,143); }

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