Html Css Color HEX #4F9B89 Lochinvar

📋 copy color: '#4F9B89'

red 79 ◦ green 155 ◦ blue 137

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

Shades of Lochinvar #4F9B89

Tints of Lochinvar #4F9B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.78%

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

R = 21.29%
G = 41.78%
B = 36.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#4F9B89 (or 0x4F9B89) is known color: Lochinvar. HEX triplet: 4F, 9B and 89. RGB value is (79,155,137). Sum of RGB (Red+Green+Blue) = 79+155+137=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9B89 is #B06476. Grayscale: #828282. Windows color (decimal): -11560055 or 9018191. OLE color: 9018191.

HSL color Cylindrical-coordinate representation of color #4F9B89: hue angle of 165.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9B89 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 155 137 -
CMYK 0.49 0 0.12 0.39
HSL 165.79º 0.32% 0.46% -
HSV(B) 165.79º 0.49% 0.61% -
XYZ 19.46 26.91 27.84 -
YUV 130.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 79 155 137 0.49 0 0.12 0.39 165.79 0.32 0.46
Hex 4F 9B 89 31 0 C 27 A6 20 2E
Octal 117 233 211 61 0 14 47 246 40 56
Binary 1001111 10011011 10001001 110001 0 1100 100111 10100110 100000 101110

Color Harmonies of #4F9B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9B89

Black with #4F9B89

Text Example


Text Example

White with #4F9B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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