Html Css Color HEX #489986 Lochinvar

📋 copy color: '#489986'

red 72 ◦ green 153 ◦ blue 134

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

Shades of Lochinvar #489986

Tints of Lochinvar #489986

RGB

 RED value IS 72 (28.52% from 255) = 20.06%

 GREEN value IS 153 (60.16% from 255) = 42.62%

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 20.06%
G = 42.62%
B = 37.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#489986 (or 0x489986) is known color: Lochinvar. HEX triplet: 48, 99 and 86. RGB value is (72,153,134). Sum of RGB (Red+Green+Blue) = 72+153+134=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #489986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489986 is #B76679. Grayscale: #7E7E7E. Windows color (decimal): -12019322 or 8821064. OLE color: 8821064.

HSL color Cylindrical-coordinate representation of color #489986: hue angle of 165.93º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489986 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 134 -
CMYK 0.53 0 0.12 0.4
HSL 165.93º 0.36% 0.44% -
HSV(B) 165.93º 0.53% 0.6% -
XYZ 18.37 25.88 26.58 -
YUV 126.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 72 153 134 0.53 0 0.12 0.4 165.93 0.36 0.44
Hex 48 99 86 35 0 C 28 A6 24 2C
Octal 110 231 206 65 0 14 50 246 44 54
Binary 1001000 10011001 10000110 110101 0 1100 101000 10100110 100100 101100

Color Harmonies of #489986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489986

Black with #489986

Text Example


Text Example

White with #489986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489986; }

 p { color: rgb(72,153,134); }

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

background-color css

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

 a { background-color: rgb(72,153,134); }

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

border-color css

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

 span { border-color: rgb(72,153,134); }

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