Html Css Color HEX #4F9983 Lochinvar

📋 copy color: '#4F9983'

red 79 ◦ green 153 ◦ blue 131

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

Shades of Lochinvar #4F9983

Tints of Lochinvar #4F9983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 21.76%
G = 42.15%
B = 36.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#4F9983 (or 0x4F9983) is known color: Lochinvar. HEX triplet: 4F, 99 and 83. RGB value is (79,153,131). Sum of RGB (Red+Green+Blue) = 79+153+131=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9983 is #B0667C. Grayscale: #808080. Windows color (decimal): -11560573 or 8624463. OLE color: 8624463.

HSL color Cylindrical-coordinate representation of color #4F9983: hue angle of 162.16º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9983 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 79 153 131 -
CMYK 0.48 0 0.14 0.4
HSL 162.16º 0.32% 0.45% -
HSV(B) 162.16º 0.48% 0.6% -
XYZ 18.71 26.08 25.52 -
YUV 128.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 79 153 131 0.48 0 0.14 0.4 162.16 0.32 0.45
Hex 4F 99 83 30 0 E 28 A2 20 2D
Octal 117 231 203 60 0 16 50 242 40 55
Binary 1001111 10011001 10000011 110000 0 1110 101000 10100010 100000 101101

Color Harmonies of #4F9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9983

Black with #4F9983

Text Example


Text Example

White with #4F9983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,153,131); }

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

background-color css

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

 a { background-color: rgb(79,153,131); }

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

border-color css

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

 span { border-color: rgb(79,153,131); }

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