Html Css Color HEX #4F978C Lochinvar

📋 copy color: '#4F978C'

red 79 ◦ green 151 ◦ blue 140

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

Shades of Lochinvar #4F978C

Tints of Lochinvar #4F978C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 21.35%
G = 40.81%
B = 37.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#4F978C (or 0x4F978C) is known color: Lochinvar. HEX triplet: 4F, 97 and 8C. RGB value is (79,151,140). Sum of RGB (Red+Green+Blue) = 79+151+140=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #4F978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F978C is #B06873. Grayscale: #808080. Windows color (decimal): -11561076 or 9213775. OLE color: 9213775.

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

Color convert

RGB 79 151 140 -
CMYK 0.48 0 0.07 0.41
HSL 170.83º 0.31% 0.45% -
HSV(B) 170.83º 0.48% 0.59% -
XYZ 19.02 25.69 28.77 -
YUV 128.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 79 151 140 0.48 0 0.07 0.41 170.83 0.31 0.45
Hex 4F 97 8C 30 0 7 29 AB 1F 2D
Octal 117 227 214 60 0 7 51 253 37 55
Binary 1001111 10010111 10001100 110000 0 111 101001 10101011 11111 101101

Color Harmonies of #4F978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F978C

Black with #4F978C

Text Example


Text Example

White with #4F978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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