Html Css Color HEX #4F9C83 Lochinvar

📋 copy color: '#4F9C83'

red 79 ◦ green 156 ◦ blue 131

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

Shades of Lochinvar #4F9C83

Tints of Lochinvar #4F9C83

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.62%

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

R = 21.58%
G = 42.62%
B = 35.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#4F9C83 (or 0x4F9C83) is known color: Lochinvar. HEX triplet: 4F, 9C and 83. RGB value is (79,156,131). Sum of RGB (Red+Green+Blue) = 79+156+131=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #4F9C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9C83 is #B0637C. Grayscale: #828282. Windows color (decimal): -11559805 or 8625231. OLE color: 8625231.

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

Color convert

RGB 79 156 131 -
CMYK 0.49 0 0.16 0.39
HSL 160.52º 0.33% 0.46% -
HSV(B) 160.52º 0.49% 0.61% -
XYZ 19.21 27.08 25.69 -
YUV 130.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 79 156 131 0.49 0 0.16 0.39 160.52 0.33 0.46
Hex 4F 9C 83 31 0 10 27 A1 21 2E
Octal 117 234 203 61 0 20 47 241 41 56
Binary 1001111 10011100 10000011 110001 0 10000 100111 10100001 100001 101110

Color Harmonies of #4F9C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9C83

Black with #4F9C83

Text Example


Text Example

White with #4F9C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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