Html Css Color HEX #499584 Lochinvar

📋 copy color: '#499584'

red 73 ◦ green 149 ◦ blue 132

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

Shades of Lochinvar #499584

Tints of Lochinvar #499584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 20.62%
G = 42.09%
B = 37.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#499584 (or 0x499584) is known color: Lochinvar. HEX triplet: 49, 95 and 84. RGB value is (73,149,132). Sum of RGB (Red+Green+Blue) = 73+149+132=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #499584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499584 is #B66A7B. Grayscale: #7C7C7C. Windows color (decimal): -11954812 or 8688969. OLE color: 8688969.

HSL color Cylindrical-coordinate representation of color #499584: hue angle of 166.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499584 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 132 -
CMYK 0.51 0 0.11 0.42
HSL 166.58º 0.34% 0.44% -
HSV(B) 166.58º 0.51% 0.58% -
XYZ 17.66 24.58 25.64 -
YUV 124.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 73 149 132 0.51 0 0.11 0.42 166.58 0.34 0.44
Hex 49 95 84 33 0 B 2A A7 22 2C
Octal 111 225 204 63 0 13 52 247 42 54
Binary 1001001 10010101 10000100 110011 0 1011 101010 10100111 100010 101100

Color Harmonies of #499584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499584

Black with #499584

Text Example


Text Example

White with #499584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499584; }

 p { color: rgb(73,149,132); }

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

background-color css

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

 a { background-color: rgb(73,149,132); }

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

border-color css

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

 span { border-color: rgb(73,149,132); }

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