#459A7D

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

Shades of Gossamer #459A7D

Tints of Gossamer #459A7D

Color information

#459A7D (or 0x459A7D) is unknown color: approx Gossamer. HEX triplet: 45, 9A and 7D. RGB value is (69,154,125). Sum of RGB (Red+Green+Blue) = 69+154+125=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #459A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459A7D is #BA6582. Grayscale: #7D7D7D. Windows color (decimal): -12215683 or 8231493. OLE color: 8231493.

HSL color Cylindrical-coordinate representation of color #459A7D: hue angle of 159.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459A7D is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB69154125-
CMYK0.5500.190.40
HSL159.53º38.12%43.73%-
HSV(B)159.53º55.19%60.39%-
XYZ17.7125.8623.46-
YUV125.28127.8487.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 154 (60.55% from 255) = 44.25%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=19.83%
G=44.25%
B=35.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691541250.5500.190.40159.5338.1243.73
Hex459A7D3701328a0262c
Octal10523217567023502404654
Binary100010110011010111110111011101001110100010100000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,154,125); }

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

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

 a { background-color: rgb(69,154,125); }

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

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

 span { border-color: rgb(69,154,125); }

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