Html Css Color HEX #4F9E8D Lochinvar

📋 copy color: '#4F9E8D'

red 79 ◦ green 158 ◦ blue 141

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

Shades of Lochinvar #4F9E8D

Tints of Lochinvar #4F9E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 20.9%
G = 41.8%
B = 37.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#4F9E8D (or 0x4F9E8D) is known color: Lochinvar. HEX triplet: 4F, 9E and 8D. RGB value is (79,158,141). Sum of RGB (Red+Green+Blue) = 79+158+141=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9E8D is #B06172. Grayscale: #848484. Windows color (decimal): -11559283 or 9281103. OLE color: 9281103.

HSL color Cylindrical-coordinate representation of color #4F9E8D: hue angle of 167.09º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9E8D is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 158 141 -
CMYK 0.50 0 0.11 0.38
HSL 167.09º 0.33% 0.46% -
HSV(B) 167.09º 0.5% 0.62% -
XYZ 20.26 28.04 29.54 -
YUV 132.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 79 158 141 0.50 0 0.11 0.38 167.09 0.33 0.46
Hex 4F 9E 8D 32 0 B 26 A7 21 2E
Octal 117 236 215 62 0 13 46 247 41 56
Binary 1001111 10011110 10001101 110010 0 1011 100110 10100111 100001 101110

Color Harmonies of #4F9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9E8D

Black with #4F9E8D

Text Example


Text Example

White with #4F9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,158,141); }

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

background-color css

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

 a { background-color: rgb(79,158,141); }

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

border-color css

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

 span { border-color: rgb(79,158,141); }

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