Html Css Color HEX #499784 Lochinvar

📋 copy color: '#499784'

red 73 ◦ green 151 ◦ blue 132

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

Shades of Lochinvar #499784

Tints of Lochinvar #499784

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

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

R = 20.51%
G = 42.42%
B = 37.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#499784 (or 0x499784) is known color: Lochinvar. HEX triplet: 49, 97 and 84. RGB value is (73,151,132). Sum of RGB (Red+Green+Blue) = 73+151+132=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #499784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499784 is #B6687B. Grayscale: #7D7D7D. Windows color (decimal): -11954300 or 8689481. OLE color: 8689481.

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

Color convert

RGB 73 151 132 -
CMYK 0.52 0 0.13 0.41
HSL 165.38º 0.35% 0.44% -
HSV(B) 165.38º 0.52% 0.59% -
XYZ 17.98 25.22 25.75 -
YUV 125.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 73 151 132 0.52 0 0.13 0.41 165.38 0.35 0.44
Hex 49 97 84 34 0 D 29 A5 23 2C
Octal 111 227 204 64 0 15 51 245 43 54
Binary 1001001 10010111 10000100 110100 0 1101 101001 10100101 100011 101100

Color Harmonies of #499784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499784

Black with #499784

Text Example


Text Example

White with #499784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499784; }

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

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

background-color css

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

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

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

border-color css

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

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

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