Html Css Color HEX #4F9B90 Lochinvar

📋 copy color: '#4F9B90'

red 79 ◦ green 155 ◦ blue 144

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

Shades of Lochinvar #4F9B90

Tints of Lochinvar #4F9B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 20.9%
G = 41.01%
B = 38.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#4F9B90 (or 0x4F9B90) is known color: Lochinvar. HEX triplet: 4F, 9B and 90. RGB value is (79,155,144). Sum of RGB (Red+Green+Blue) = 79+155+144=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9B90 is #B0646F. Grayscale: #828282. Windows color (decimal): -11560048 or 9476943. OLE color: 9476943.

HSL color Cylindrical-coordinate representation of color #4F9B90: hue angle of 171.32º 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 #4F9B90 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 155 144 -
CMYK 0.49 0 0.07 0.39
HSL 171.32º 0.32% 0.46% -
HSV(B) 171.32º 0.49% 0.61% -
XYZ 19.98 27.12 30.57 -
YUV 131.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 79 155 144 0.49 0 0.07 0.39 171.32 0.32 0.46
Hex 4F 9B 90 31 0 7 27 AB 20 2E
Octal 117 233 220 61 0 7 47 253 40 56
Binary 1001111 10011011 10010000 110001 0 111 100111 10101011 100000 101110

Color Harmonies of #4F9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9B90

Black with #4F9B90

Text Example


Text Example

White with #4F9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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