Html Css Color HEX #499A8B Lochinvar

📋 copy color: '#499A8B'

red 73 ◦ green 154 ◦ blue 139

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

Shades of Lochinvar #499A8B

Tints of Lochinvar #499A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.08%

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 19.95%
G = 42.08%
B = 37.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#499A8B (or 0x499A8B) is known color: Lochinvar. HEX triplet: 49, 9A and 8B. RGB value is (73,154,139). Sum of RGB (Red+Green+Blue) = 73+154+139=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #499A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499A8B is #B66574. Grayscale: #808080. Windows color (decimal): -11953525 or 9149001. OLE color: 9149001.

HSL color Cylindrical-coordinate representation of color #499A8B: hue angle of 168.89º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A8B is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 139 -
CMYK 0.53 0 0.10 0.40
HSL 168.89º 0.36% 0.45% -
HSV(B) 168.89º 0.53% 0.6% -
XYZ 18.96 26.39 28.52 -
YUV 128.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 73 154 139 0.53 0 0.10 0.40 168.89 0.36 0.45
Hex 49 9A 8B 35 0 A 28 A9 24 2D
Octal 111 232 213 65 0 12 50 251 44 55
Binary 1001001 10011010 10001011 110101 0 1010 101000 10101001 100100 101101

Color Harmonies of #499A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A8B

Black with #499A8B

Text Example


Text Example

White with #499A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,154,139); }

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

background-color css

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

 a { background-color: rgb(73,154,139); }

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

border-color css

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

 span { border-color: rgb(73,154,139); }

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