#489385

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

Shades of Lochinvar #489385

Tints of Lochinvar #489385

Color information

#489385 (or 0x489385) is unknown color: approx Lochinvar. HEX triplet: 48, 93 and 85. RGB value is (72,147,133). Sum of RGB (Red+Green+Blue) = 72+147+133=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #489385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489385 is #B76C7A. Grayscale: #7A7A7A. Windows color (decimal): -12020859 or 8753992. OLE color: 8753992.

HSL color Cylindrical-coordinate representation of color #489385: hue angle of 168.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489385 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB72147133-
CMYK0.5100.100.42
HSL168.8º34.25%42.94%-
HSV(B)168.8º51.02%57.65%-
XYZ17.3423.9425.9-
YUV122.98133.6591.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=20.45%
G=41.76%
B=37.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721471330.5100.100.42168.834.2542.94
Hex489385330A2Aa9222b
Octal11022320563012522514253
Binary100100010010011100001011100110101010101010101001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489385; }

 p { color: rgb(72,147,133); }

 H1.HeaderClassName
 {
   color: #489385;
 }
 .AnyTagClassName
 {
   color: #489385;
 }
</style>
background-color css

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

 a { background-color: rgb(72,147,133); }

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

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

 span { border-color: rgb(72,147,133); }

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