Html Css Color HEX #499081 Lochinvar

📋 copy color: '#499081'

red 73 ◦ green 144 ◦ blue 129

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

Shades of Lochinvar #499081

Tints of Lochinvar #499081

RGB

 RED value IS 73 (28.91% from 255) = 21.1%

 GREEN value IS 144 (56.64% from 255) = 41.62%

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 21.1%
G = 41.62%
B = 37.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#499081 (or 0x499081) is known color: Lochinvar. HEX triplet: 49, 90 and 81. RGB value is (73,144,129). Sum of RGB (Red+Green+Blue) = 73+144+129=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #499081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499081 is #B66F7E. Grayscale: #797979. Windows color (decimal): -11956095 or 8491081. OLE color: 8491081.

HSL color Cylindrical-coordinate representation of color #499081: hue angle of 167.32º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499081 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 129 -
CMYK 0.49 0 0.10 0.44
HSL 167.32º 0.33% 0.43% -
HSV(B) 167.32º 0.49% 0.56% -
XYZ 16.68 22.95 24.32 -
YUV 121.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 73 144 129 0.49 0 0.10 0.44 167.32 0.33 0.43
Hex 49 90 81 31 0 A 2C A7 21 2B
Octal 111 220 201 61 0 12 54 247 41 53
Binary 1001001 10010000 10000001 110001 0 1010 101100 10100111 100001 101011

Color Harmonies of #499081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499081

Black with #499081

Text Example


Text Example

White with #499081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499081; }

 p { color: rgb(73,144,129); }

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

background-color css

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

 a { background-color: rgb(73,144,129); }

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

border-color css

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

 span { border-color: rgb(73,144,129); }

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