#489484

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

Shades of Lochinvar #489484

Tints of Lochinvar #489484

Color information

#489484 (or 0x489484) is unknown color: approx Lochinvar. HEX triplet: 48, 94 and 84. RGB value is (72,148,132). Sum of RGB (Red+Green+Blue) = 72+148+132=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #489484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489484 is #B76B7B. Grayscale: #7B7B7B. Windows color (decimal): -12020604 or 8688712. OLE color: 8688712.

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

Color convert

RGB72148132-
CMYK0.5100.110.42
HSL167.37º34.55%43.14%-
HSV(B)167.37º51.35%58.04%-
XYZ17.4324.2225.59-
YUV123.45132.8291.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=20.45%
G=42.05%
B=37.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481320.5100.110.42167.3734.5543.14
Hex489484330B2Aa7232b
Octal11022420463013522474353
Binary100100010010100100001001100110101110101010100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489484; }

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

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

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

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

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

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

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

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