Html Css Color HEX #489D91 Lochinvar

📋 copy color: '#489D91'

red 72 ◦ green 157 ◦ blue 145

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

Shades of Lochinvar #489D91

Tints of Lochinvar #489D91

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 19.25%
G = 41.98%
B = 38.77%

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

#489D91 (or 0x489D91) is known color: Lochinvar. HEX triplet: 48, 9D and 91. RGB value is (72,157,145). Sum of RGB (Red+Green+Blue) = 72+157+145=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #489D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D91 is #B7626E. Grayscale: #828282. Windows color (decimal): -12018287 or 9542984. OLE color: 9542984.

HSL color Cylindrical-coordinate representation of color #489D91: hue angle of 171.53º 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 #489D91 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 157 145 -
CMYK 0.54 0 0.08 0.38
HSL 171.53º 0.37% 0.45% -
HSV(B) 171.53º 0.54% 0.62% -
XYZ 19.84 27.54 31.06 -
YUV 130.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 72 157 145 0.54 0 0.08 0.38 171.53 0.37 0.45
Hex 48 9D 91 36 0 8 26 AC 25 2D
Octal 110 235 221 66 0 10 46 254 45 55
Binary 1001000 10011101 10010001 110110 0 1000 100110 10101100 100101 101101

Color Harmonies of #489D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489D91

Black with #489D91

Text Example


Text Example

White with #489D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489D91; }

 p { color: rgb(72,157,145); }

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

background-color css

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

 a { background-color: rgb(72,157,145); }

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

border-color css

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

 span { border-color: rgb(72,157,145); }

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