Html Css Color HEX #4F9689 Lochinvar

📋 copy color: '#4F9689'

red 79 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #4F9689

Tints of Lochinvar #4F9689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 137 (53.91% from 255) = 37.43%

R = 21.58%
G = 40.98%
B = 37.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#4F9689 (or 0x4F9689) is known color: Lochinvar. HEX triplet: 4F, 96 and 89. RGB value is (79,150,137). Sum of RGB (Red+Green+Blue) = 79+150+137=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #4F9689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9689 is #B06976. Grayscale: #7F7F7F. Windows color (decimal): -11561335 or 9016911. OLE color: 9016911.

HSL color Cylindrical-coordinate representation of color #4F9689: hue angle of 169.01º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9689 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 137 -
CMYK 0.47 0 0.09 0.41
HSL 169.01º 0.31% 0.45% -
HSV(B) 169.01º 0.47% 0.59% -
XYZ 18.65 25.28 27.56 -
YUV 127.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 79 150 137 0.47 0 0.09 0.41 169.01 0.31 0.45
Hex 4F 96 89 2F 0 9 29 A9 1F 2D
Octal 117 226 211 57 0 11 51 251 37 55
Binary 1001111 10010110 10001001 101111 0 1001 101001 10101001 11111 101101

Color Harmonies of #4F9689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9689

Black with #4F9689

Text Example


Text Example

White with #4F9689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,150,137); }

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

background-color css

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

 a { background-color: rgb(79,150,137); }

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

border-color css

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

 span { border-color: rgb(79,150,137); }

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