Html Css Color HEX #4F917B Lochinvar

📋 copy color: '#4F917B'

red 79 ◦ green 145 ◦ blue 123

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

Shades of Lochinvar #4F917B

Tints of Lochinvar #4F917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 22.77%
G = 41.79%
B = 35.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#4F917B (or 0x4F917B) is known color: Lochinvar. HEX triplet: 4F, 91 and 7B. RGB value is (79,145,123). Sum of RGB (Red+Green+Blue) = 79+145+123=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #4F917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F917B is #B06E84. Grayscale: #7A7A7A. Windows color (decimal): -11562629 or 8098127. OLE color: 8098127.

HSL color Cylindrical-coordinate representation of color #4F917B: hue angle of 160º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F917B is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 145 123 -
CMYK 0.46 0 0.15 0.43
HSL 160º 0.29% 0.44% -
HSV(B) 160º 0.46% 0.57% -
XYZ 16.93 23.34 22.35 -
YUV 122.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 79 145 123 0.46 0 0.15 0.43 160 0.29 0.44
Hex 4F 91 7B 2E 0 F 2B A0 1D 2C
Octal 117 221 173 56 0 17 53 240 35 54
Binary 1001111 10010001 1111011 101110 0 1111 101011 10100000 11101 101100

Color Harmonies of #4F917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F917B

Black with #4F917B

Text Example


Text Example

White with #4F917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,145,123); }

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

background-color css

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

 a { background-color: rgb(79,145,123); }

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

border-color css

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

 span { border-color: rgb(79,145,123); }

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