Html Css Color HEX #499883 Lochinvar

📋 copy color: '#499883'

red 73 ◦ green 152 ◦ blue 131

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

Shades of Lochinvar #499883

Tints of Lochinvar #499883

RGB

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

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

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

R = 20.51%
G = 42.7%
B = 36.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#499883 (or 0x499883) is known color: Lochinvar. HEX triplet: 49, 98 and 83. RGB value is (73,152,131). Sum of RGB (Red+Green+Blue) = 73+152+131=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #499883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499883 is #B6677C. Grayscale: #7D7D7D. Windows color (decimal): -11954045 or 8624201. OLE color: 8624201.

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

Color convert

RGB 73 152 131 -
CMYK 0.52 0 0.14 0.40
HSL 164.05º 0.35% 0.44% -
HSV(B) 164.05º 0.52% 0.6% -
XYZ 18.07 25.51 25.44 -
YUV 125.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 73 152 131 0.52 0 0.14 0.40 164.05 0.35 0.44
Hex 49 98 83 34 0 E 28 A4 23 2C
Octal 111 230 203 64 0 16 50 244 43 54
Binary 1001001 10011000 10000011 110100 0 1110 101000 10100100 100011 101100

Color Harmonies of #499883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499883

Black with #499883

Text Example


Text Example

White with #499883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499883; }

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

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

background-color css

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

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

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

border-color css

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

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

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