#489384

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

Shades of Lochinvar #489384

Tints of Lochinvar #489384

Color information

#489384 (or 0x489384) is unknown color: approx Lochinvar. HEX triplet: 48, 93 and 84. RGB value is (72,147,132). Sum of RGB (Red+Green+Blue) = 72+147+132=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #489384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489384 is #B76C7B. Grayscale: #7A7A7A. Windows color (decimal): -12020860 or 8688456. OLE color: 8688456.

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

Color convert

RGB72147132-
CMYK0.5100.100.42
HSL168º34.25%42.94%-
HSV(B)168º51.02%57.65%-
XYZ17.2723.9125.53-
YUV122.86133.1591.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=20.51%
G=41.88%
B=37.61%

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
Decimal721471320.5100.100.4216834.2542.94
Hex489384330A2Aa8222b
Octal11022320463012522504253
Binary100100010010011100001001100110101010101010101000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489384; }

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

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

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

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

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

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

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

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