Html Css Color HEX #499882 Lochinvar

📋 copy color: '#499882'

red 73 ◦ green 152 ◦ blue 130

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

Shades of Lochinvar #499882

Tints of Lochinvar #499882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

 BLUE value IS 130 (51.17% from 255) = 36.62%

R = 20.56%
G = 42.82%
B = 36.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#499882 (or 0x499882) is known color: Lochinvar. HEX triplet: 49, 98 and 82. RGB value is (73,152,130). Sum of RGB (Red+Green+Blue) = 73+152+130=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #499882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499882 is #B6677D. Grayscale: #7D7D7D. Windows color (decimal): -11954046 or 8558665. OLE color: 8558665.

HSL color Cylindrical-coordinate representation of color #499882: hue angle of 163.29º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499882 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 130 -
CMYK 0.52 0 0.14 0.40
HSL 163.29º 0.35% 0.44% -
HSV(B) 163.29º 0.52% 0.6% -
XYZ 18.01 25.48 25.09 -
YUV 125.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 73 152 130 0.52 0 0.14 0.40 163.29 0.35 0.44
Hex 49 98 82 34 0 E 28 A3 23 2C
Octal 111 230 202 64 0 16 50 243 43 54
Binary 1001001 10011000 10000010 110100 0 1110 101000 10100011 100011 101100

Color Harmonies of #499882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499882

Black with #499882

Text Example


Text Example

White with #499882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499882; }

 p { color: rgb(73,152,130); }

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

background-color css

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

 a { background-color: rgb(73,152,130); }

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

border-color css

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

 span { border-color: rgb(73,152,130); }

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