Html Css Color HEX #489A91 Lochinvar

📋 copy color: '#489A91'

red 72 ◦ green 154 ◦ blue 145

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

Shades of Lochinvar #489A91

Tints of Lochinvar #489A91

RGB

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

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

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

R = 19.41%
G = 41.51%
B = 39.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#489A91 (or 0x489A91) is known color: Lochinvar. HEX triplet: 48, 9A and 91. RGB value is (72,154,145). Sum of RGB (Red+Green+Blue) = 72+154+145=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #489A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A91 is #B7656E. Grayscale: #808080. Windows color (decimal): -12019055 or 9542216. OLE color: 9542216.

HSL color Cylindrical-coordinate representation of color #489A91: hue angle of 173.41º 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 #489A91 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 154 145 -
CMYK 0.53 0 0.06 0.40
HSL 173.41º 0.36% 0.44% -
HSV(B) 173.41º 0.53% 0.6% -
XYZ 19.34 26.53 30.89 -
YUV 128.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 72 154 145 0.53 0 0.06 0.40 173.41 0.36 0.44
Hex 48 9A 91 35 0 6 28 AD 24 2C
Octal 110 232 221 65 0 6 50 255 44 54
Binary 1001000 10011010 10010001 110101 0 110 101000 10101101 100100 101100

Color Harmonies of #489A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489A91

Black with #489A91

Text Example


Text Example

White with #489A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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