Html Css Color HEX #499885 Lochinvar

📋 copy color: '#499885'

red 73 ◦ green 152 ◦ blue 133

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

Shades of Lochinvar #499885

Tints of Lochinvar #499885

RGB

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

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

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

R = 20.39%
G = 42.46%
B = 37.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#499885 (or 0x499885) is known color: Lochinvar. HEX triplet: 49, 98 and 85. RGB value is (73,152,133). Sum of RGB (Red+Green+Blue) = 73+152+133=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #499885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499885 is #B6677A. Grayscale: #7E7E7E. Windows color (decimal): -11954043 or 8755273. OLE color: 8755273.

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

Color convert

RGB 73 152 133 -
CMYK 0.52 0 0.13 0.40
HSL 165.57º 0.35% 0.44% -
HSV(B) 165.57º 0.52% 0.6% -
XYZ 18.21 25.57 26.17 -
YUV 126.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 73 152 133 0.52 0 0.13 0.40 165.57 0.35 0.44
Hex 49 98 85 34 0 D 28 A6 23 2C
Octal 111 230 205 64 0 15 50 246 43 54
Binary 1001001 10011000 10000101 110100 0 1101 101000 10100110 100011 101100

Color Harmonies of #499885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499885

Black with #499885

Text Example


Text Example

White with #499885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499885; }

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

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

background-color css

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

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

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

border-color css

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

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

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