Html Css Color HEX #4F978B Lochinvar

📋 copy color: '#4F978B'

red 79 ◦ green 151 ◦ blue 139

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

Shades of Lochinvar #4F978B

Tints of Lochinvar #4F978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 21.41%
G = 40.92%
B = 37.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#4F978B (or 0x4F978B) is known color: Lochinvar. HEX triplet: 4F, 97 and 8B. RGB value is (79,151,139). Sum of RGB (Red+Green+Blue) = 79+151+139=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #4F978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F978B is #B06874. Grayscale: #808080. Windows color (decimal): -11561077 or 9148239. OLE color: 9148239.

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

Color convert

RGB 79 151 139 -
CMYK 0.48 0 0.08 0.41
HSL 170º 0.31% 0.45% -
HSV(B) 170º 0.48% 0.59% -
XYZ 18.95 25.66 28.38 -
YUV 128.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 79 151 139 0.48 0 0.08 0.41 170 0.31 0.45
Hex 4F 97 8B 30 0 8 29 AA 1F 2D
Octal 117 227 213 60 0 10 51 252 37 55
Binary 1001111 10010111 10001011 110000 0 1000 101001 10101010 11111 101101

Color Harmonies of #4F978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F978B

Black with #4F978B

Text Example


Text Example

White with #4F978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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