#4A9D83

Color #4A9D83 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4A9D83

Tints of Lochinvar #4A9D83

Color information

#4A9D83 (or 0x4A9D83) is unknown color: approx Lochinvar. HEX triplet: 4A, 9D and 83. RGB value is (74,157,131). Sum of RGB (Red+Green+Blue) = 74+157+131=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9D83 is #B5627C. Grayscale: #818181. Windows color (decimal): -11887229 or 8625482. OLE color: 8625482.

HSL color Cylindrical-coordinate representation of color #4A9D83: hue angle of 161.2º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9D83 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB74157131-
CMYK0.5300.170.38
HSL161.2º35.93%45.29%-
HSV(B)161.2º52.87%61.57%-
XYZ18.9827.2125.72-
YUV129.2212988.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.44%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=20.44%
G=43.37%
B=36.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal741571310.5300.170.38161.235.9345.29
Hex4A9D833501126a1242d
Octal11223520365021462414455
Binary1001010100111011000001111010101000110011010100001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,157,131); }

 H1.HeaderClassName
 {
   color: #4A9D83;
 }
 .AnyTagClassName
 {
   color: #4A9D83;
 }
</style>
background-color css

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

 a { background-color: rgb(74,157,131); }

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

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

 span { border-color: rgb(74,157,131); }

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