Html Css Color HEX #499884 Lochinvar

📋 copy color: '#499884'

red 73 ◦ green 152 ◦ blue 132

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

Shades of Lochinvar #499884

Tints of Lochinvar #499884

RGB

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

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

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

R = 20.45%
G = 42.58%
B = 36.97%

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

#499884 (or 0x499884) is known color: Lochinvar. HEX triplet: 49, 98 and 84. RGB value is (73,152,132). Sum of RGB (Red+Green+Blue) = 73+152+132=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #499884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499884 is #B6677B. Grayscale: #7E7E7E. Windows color (decimal): -11954044 or 8689737. OLE color: 8689737.

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

Color convert

RGB 73 152 132 -
CMYK 0.52 0 0.13 0.40
HSL 164.81º 0.35% 0.44% -
HSV(B) 164.81º 0.52% 0.6% -
XYZ 18.14 25.54 25.8 -
YUV 126.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 73 152 132 0.52 0 0.13 0.40 164.81 0.35 0.44
Hex 49 98 84 34 0 D 28 A5 23 2C
Octal 111 230 204 64 0 15 50 245 43 54
Binary 1001001 10011000 10000100 110100 0 1101 101000 10100101 100011 101100

Color Harmonies of #499884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499884

Black with #499884

Text Example


Text Example

White with #499884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499884; }

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

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

background-color css

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

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

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

border-color css

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

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

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