Html Css Color HEX #499F93 Lochinvar

📋 copy color: '#499F93'

red 73 ◦ green 159 ◦ blue 147

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

Shades of Lochinvar #499F93

Tints of Lochinvar #499F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.95%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 19.26%
G = 41.95%
B = 38.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#499F93 (or 0x499F93) is known color: Lochinvar. HEX triplet: 49, 9F and 93. RGB value is (73,159,147). Sum of RGB (Red+Green+Blue) = 73+159+147=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #499F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F93 is #B6606C. Grayscale: #838383. Windows color (decimal): -11952237 or 9674569. OLE color: 9674569.

HSL color Cylindrical-coordinate representation of color #499F93: hue angle of 171.63º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499F93 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 159 147 -
CMYK 0.54 0 0.08 0.38
HSL 171.63º 0.37% 0.45% -
HSV(B) 171.63º 0.54% 0.62% -
XYZ 20.41 28.32 31.99 -
YUV 131.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 73 159 147 0.54 0 0.08 0.38 171.63 0.37 0.45
Hex 49 9F 93 36 0 8 26 AC 25 2D
Octal 111 237 223 66 0 10 46 254 45 55
Binary 1001001 10011111 10010011 110110 0 1000 100110 10101100 100101 101101

Color Harmonies of #499F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F93

Black with #499F93

Text Example


Text Example

White with #499F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499F93; }

 p { color: rgb(73,159,147); }

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

background-color css

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

 a { background-color: rgb(73,159,147); }

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

border-color css

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

 span { border-color: rgb(73,159,147); }

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