Html Css Color HEX #4F978E Lochinvar

📋 copy color: '#4F978E'

red 79 ◦ green 151 ◦ blue 142

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

Shades of Lochinvar #4F978E

Tints of Lochinvar #4F978E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 21.24%
G = 40.59%
B = 38.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#4F978E (or 0x4F978E) is known color: Lochinvar. HEX triplet: 4F, 97 and 8E. RGB value is (79,151,142). Sum of RGB (Red+Green+Blue) = 79+151+142=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 151 - color contains mainly: green. Hex color #4F978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F978E is #B06871. Grayscale: #808080. Windows color (decimal): -11561074 or 9344847. OLE color: 9344847.

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

Color convert

RGB 79 151 142 -
CMYK 0.48 0 0.06 0.41
HSL 172.5º 0.31% 0.45% -
HSV(B) 172.5º 0.48% 0.59% -
XYZ 19.17 25.75 29.55 -
YUV 128.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 79 151 142 0.48 0 0.06 0.41 172.5 0.31 0.45
Hex 4F 97 8E 30 0 6 29 AC 1F 2D
Octal 117 227 216 60 0 6 51 254 37 55
Binary 1001111 10010111 10001110 110000 0 110 101001 10101100 11111 101101

Color Harmonies of #4F978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F978E

Black with #4F978E

Text Example


Text Example

White with #4F978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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