#459D7B

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

Shades of Gossamer #459D7B

Tints of Gossamer #459D7B

Color information

#459D7B (or 0x459D7B) is unknown color: approx Gossamer. HEX triplet: 45, 9D and 7B. RGB value is (69,157,123). Sum of RGB (Red+Green+Blue) = 69+157+123=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #459D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D7B is #BA6284. Grayscale: #7E7E7E. Windows color (decimal): -12214917 or 8101189. OLE color: 8101189.

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

Color convert

RGB69157123-
CMYK0.5600.220.38
HSL156.82º38.94%44.31%-
HSV(B)156.82º56.05%61.57%-
XYZ18.0926.8122.96-
YUV126.81125.8586.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=19.77%
G=44.99%
B=35.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571230.5600.220.38156.8238.9444.31
Hex459D7B38016269d272c
Octal10523517370026462354754
Binary100010110011101111101111100001011010011010011101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,157,123); }

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

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

 a { background-color: rgb(69,157,123); }

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

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

 span { border-color: rgb(69,157,123); }

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