#459E83

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

Shades of Gossamer #459E83

Tints of Gossamer #459E83

Color information

#459E83 (or 0x459E83) is unknown color: approx Gossamer. HEX triplet: 45, 9E and 83. RGB value is (69,158,131). Sum of RGB (Red+Green+Blue) = 69+158+131=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #459E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459E83 is #BA617C. Grayscale: #808080. Windows color (decimal): -12214653 or 8625733. OLE color: 8625733.

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

Color convert

RGB69158131-
CMYK0.5600.170.38
HSL161.8º39.21%44.51%-
HSV(B)161.8º56.33%61.96%-
XYZ18.7827.3625.76-
YUV128.31129.5185.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.27%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=19.27%
G=44.13%
B=36.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691581310.5600.170.38161.839.2144.51
Hex459E833801126a2272d
Octal10523620370021462424755
Binary1000101100111101000001111100001000110011010100010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,158,131); }

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

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

 a { background-color: rgb(69,158,131); }

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

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

 span { border-color: rgb(69,158,131); }

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