#459F7C

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

Shades of Gossamer #459F7C

Tints of Gossamer #459F7C

Color information

#459F7C (or 0x459F7C) is unknown color: approx Gossamer. HEX triplet: 45, 9F and 7C. RGB value is (69,159,124). Sum of RGB (Red+Green+Blue) = 69+159+124=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #459F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459F7C is #BA6083. Grayscale: #808080. Windows color (decimal): -12214404 or 8167237. OLE color: 8167237.

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

Color convert

RGB69159124-
CMYK0.5700.220.38
HSL156.67º39.47%44.71%-
HSV(B)156.67º56.6%62.35%-
XYZ18.4927.5223.41-
YUV128.1125.6885.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=19.60%
G=45.17%
B=35.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691591240.5700.220.38156.6739.4744.71
Hex459F7C39016269d272d
Octal10523717471026462354755
Binary100010110011111111110011100101011010011010011101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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