#489683

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

Shades of Lochinvar #489683

Tints of Lochinvar #489683

Color information

#489683 (or 0x489683) is unknown color: approx Lochinvar. HEX triplet: 48, 96 and 83. RGB value is (72,150,131). Sum of RGB (Red+Green+Blue) = 72+150+131=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #489683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489683 is #B7697C. Grayscale: #7C7C7C. Windows color (decimal): -12020093 or 8623688. OLE color: 8623688.

HSL color Cylindrical-coordinate representation of color #489683: hue angle of 165.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489683 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB72150131-
CMYK0.5200.130.41
HSL165.38º35.14%43.53%-
HSV(B)165.38º52%58.82%-
XYZ17.6824.8325.33-
YUV124.51131.6690.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=20.40%
G=42.49%
B=37.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501310.5200.130.41165.3835.1443.53
Hex489683340D29a5232c
Octal11022620364015512454354
Binary100100010010110100000111101000110110100110100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489683; }

 p { color: rgb(72,150,131); }

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

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

 a { background-color: rgb(72,150,131); }

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

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

 span { border-color: rgb(72,150,131); }

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