Html Css Color HEX #499488 Lochinvar

📋 copy color: '#499488'

red 73 ◦ green 148 ◦ blue 136

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

Shades of Lochinvar #499488

Tints of Lochinvar #499488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 20.45%
G = 41.46%
B = 38.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#499488 (or 0x499488) is known color: Lochinvar. HEX triplet: 49, 94 and 88. RGB value is (73,148,136). Sum of RGB (Red+Green+Blue) = 73+148+136=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #499488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499488 is #B66B77. Grayscale: #7C7C7C. Windows color (decimal): -11955064 or 8950857. OLE color: 8950857.

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

Color convert

RGB 73 148 136 -
CMYK 0.51 0 0.08 0.42
HSL 170.4º 0.34% 0.43% -
HSV(B) 170.4º 0.51% 0.58% -
XYZ 17.78 24.37 27.06 -
YUV 124.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 73 148 136 0.51 0 0.08 0.42 170.4 0.34 0.43
Hex 49 94 88 33 0 8 2A AA 22 2B
Octal 111 224 210 63 0 10 52 252 42 53
Binary 1001001 10010100 10001000 110011 0 1000 101010 10101010 100010 101011

Color Harmonies of #499488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499488

Black with #499488

Text Example


Text Example

White with #499488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499488; }

 p { color: rgb(73,148,136); }

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

background-color css

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

 a { background-color: rgb(73,148,136); }

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

border-color css

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

 span { border-color: rgb(73,148,136); }

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