Html Css Color HEX #489989 Lochinvar

📋 copy color: '#489989'

red 72 ◦ green 153 ◦ blue 137

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

Shades of Lochinvar #489989

Tints of Lochinvar #489989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 19.89%
G = 42.27%
B = 37.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#489989 (or 0x489989) is known color: Lochinvar. HEX triplet: 48, 99 and 89. RGB value is (72,153,137). Sum of RGB (Red+Green+Blue) = 72+153+137=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #489989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489989 is #B76676. Grayscale: #7E7E7E. Windows color (decimal): -12019319 or 9017672. OLE color: 9017672.

HSL color Cylindrical-coordinate representation of color #489989: hue angle of 168.15º 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 #489989 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 137 -
CMYK 0.53 0 0.10 0.4
HSL 168.15º 0.36% 0.44% -
HSV(B) 168.15º 0.53% 0.6% -
XYZ 18.58 25.97 27.7 -
YUV 126.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 72 153 137 0.53 0 0.10 0.4 168.15 0.36 0.44
Hex 48 99 89 35 0 A 28 A8 24 2C
Octal 110 231 211 65 0 12 50 250 44 54
Binary 1001000 10011001 10001001 110101 0 1010 101000 10101000 100100 101100

Color Harmonies of #489989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489989

Black with #489989

Text Example


Text Example

White with #489989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489989; }

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

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

background-color css

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

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

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

border-color css

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

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

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