#459C7C

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

Shades of Gossamer #459C7C

Tints of Gossamer #459C7C

Color information

#459C7C (or 0x459C7C) is unknown color: approx Gossamer. HEX triplet: 45, 9C and 7C. RGB value is (69,156,124). Sum of RGB (Red+Green+Blue) = 69+156+124=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #459C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C7C is #BA6383. Grayscale: #7E7E7E. Windows color (decimal): -12215172 or 8166469. OLE color: 8166469.

HSL color Cylindrical-coordinate representation of color #459C7C: hue angle of 157.93º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C7C is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB69156124-
CMYK0.5600.210.39
HSL157.93º38.67%44.12%-
HSV(B)157.93º55.77%61.18%-
XYZ17.9826.523.24-
YUV126.34126.6887.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 156 (61.33% from 255) = 44.70%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=19.77%
G=44.70%
B=35.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691561240.5600.210.39157.9338.6744.12
Hex459C7C38015279e272c
Octal10523417470025472364754
Binary100010110011100111110011100001010110011110011110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459C7C; }

 p { color: rgb(69,156,124); }

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

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

 a { background-color: rgb(69,156,124); }

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

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

 span { border-color: rgb(69,156,124); }

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