Html Css Color HEX #499085 Lochinvar

📋 copy color: '#499085'

red 73 ◦ green 144 ◦ blue 133

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

Shades of Lochinvar #499085

Tints of Lochinvar #499085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38%

R = 20.86%
G = 41.14%
B = 38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#499085 (or 0x499085) is known color: Lochinvar. HEX triplet: 49, 90 and 85. RGB value is (73,144,133). Sum of RGB (Red+Green+Blue) = 73+144+133=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #499085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499085 is #B66F7A. Grayscale: #797979. Windows color (decimal): -11956091 or 8753225. OLE color: 8753225.

HSL color Cylindrical-coordinate representation of color #499085: hue angle of 170.7º 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 #499085 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 133 -
CMYK 0.49 0 0.08 0.44
HSL 170.7º 0.33% 0.43% -
HSV(B) 170.7º 0.49% 0.56% -
XYZ 16.95 23.06 25.75 -
YUV 121.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 73 144 133 0.49 0 0.08 0.44 170.7 0.33 0.43
Hex 49 90 85 31 0 8 2C AB 21 2B
Octal 111 220 205 61 0 10 54 253 41 53
Binary 1001001 10010000 10000101 110001 0 1000 101100 10101011 100001 101011

Color Harmonies of #499085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499085

Black with #499085

Text Example


Text Example

White with #499085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499085; }

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

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

background-color css

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

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

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

border-color css

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

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

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