#489A91

Color #489A91 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #489A91

Tints of Lochinvar #489A91

Color information

#489A91 (or 0x489A91) is unknown color: approx 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

RGB72154145-
CMYK0.5300.060.40
HSL173.41º36.28%44.31%-
HSV(B)173.41º53.25%60.39%-
XYZ19.3426.5330.89-
YUV128.46137.3387.73-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721541450.5300.060.40173.4136.2844.31
Hex489A91350628ad242c
Octal1102322216506502554454
Binary10010001001101010010001110101011010100010101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>