Html Css Color HEX #4F917C Lochinvar

📋 copy color: '#4F917C'

red 79 ◦ green 145 ◦ blue 124

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

Shades of Lochinvar #4F917C

Tints of Lochinvar #4F917C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 22.7%
G = 41.67%
B = 35.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#4F917C (or 0x4F917C) is known color: Lochinvar. HEX triplet: 4F, 91 and 7C. RGB value is (79,145,124). Sum of RGB (Red+Green+Blue) = 79+145+124=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #4F917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F917C is #B06E83. Grayscale: #7A7A7A. Windows color (decimal): -11562628 or 8163663. OLE color: 8163663.

HSL color Cylindrical-coordinate representation of color #4F917C: hue angle of 160.91º 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 #4F917C is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 145 124 -
CMYK 0.46 0 0.14 0.43
HSL 160.91º 0.29% 0.44% -
HSV(B) 160.91º 0.46% 0.57% -
XYZ 16.99 23.37 22.68 -
YUV 122.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 79 145 124 0.46 0 0.14 0.43 160.91 0.29 0.44
Hex 4F 91 7C 2E 0 E 2B A1 1D 2C
Octal 117 221 174 56 0 16 53 241 35 54
Binary 1001111 10010001 1111100 101110 0 1110 101011 10100001 11101 101100

Color Harmonies of #4F917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F917C

Black with #4F917C

Text Example


Text Example

White with #4F917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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