Html Css Color HEX #499983 Lochinvar

📋 copy color: '#499983'

red 73 ◦ green 153 ◦ blue 131

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

Shades of Lochinvar #499983

Tints of Lochinvar #499983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 20.45%
G = 42.86%
B = 36.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#499983 (or 0x499983) is known color: Lochinvar. HEX triplet: 49, 99 and 83. RGB value is (73,153,131). Sum of RGB (Red+Green+Blue) = 73+153+131=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #499983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499983 is #B6667C. Grayscale: #7E7E7E. Windows color (decimal): -11953789 or 8624457. OLE color: 8624457.

HSL color Cylindrical-coordinate representation of color #499983: hue angle of 163.5º 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 #499983 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 131 -
CMYK 0.52 0 0.14 0.4
HSL 163.5º 0.35% 0.44% -
HSV(B) 163.5º 0.52% 0.6% -
XYZ 18.24 25.84 25.5 -
YUV 126.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 73 153 131 0.52 0 0.14 0.4 163.5 0.35 0.44
Hex 49 99 83 34 0 E 28 A4 23 2C
Octal 111 231 203 64 0 16 50 244 43 54
Binary 1001001 10011001 10000011 110100 0 1110 101000 10100100 100011 101100

Color Harmonies of #499983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499983

Black with #499983

Text Example


Text Example

White with #499983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499983; }

 p { color: rgb(73,153,131); }

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

background-color css

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

 a { background-color: rgb(73,153,131); }

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

border-color css

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

 span { border-color: rgb(73,153,131); }

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