Html Css Color HEX #459B80 Gossamer

📋 copy color: '#459B80'

red 69 ◦ green 155 ◦ blue 128

#459B80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #459B80

Tints of Gossamer #459B80

RGB

 RED value IS 69 (27.34% from 255) = 19.6%

 GREEN value IS 155 (60.94% from 255) = 44.03%

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 19.6%
G = 44.03%
B = 36.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#459B80 (or 0x459B80) is known color: Gossamer. HEX triplet: 45, 9B and 80. RGB value is (69,155,128). Sum of RGB (Red+Green+Blue) = 69+155+128=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #459B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B80 is #BA647F. Grayscale: #7E7E7E. Windows color (decimal): -12215424 or 8428357. OLE color: 8428357.

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

Color convert

RGB 69 155 128 -
CMYK 0.55 0 0.17 0.39
HSL 161.16º 0.38% 0.44% -
HSV(B) 161.16º 0.55% 0.61% -
XYZ 18.07 26.27 24.54 -
YUV 126.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 69 155 128 0.55 0 0.17 0.39 161.16 0.38 0.44
Hex 45 9B 80 37 0 11 27 A1 26 2C
Octal 105 233 200 67 0 21 47 241 46 54
Binary 1000101 10011011 10000000 110111 0 10001 100111 10100001 100110 101100

Color Harmonies of #459B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B80

Black with #459B80

Text Example


Text Example

White with #459B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,155,128); }

 H1.HeaderClassName
 {
   color: #459B80;
 }
 .AnyTagClassName
 {
   color: #459B80;
 }
</style>

background-color css

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

 a { background-color: rgb(69,155,128); }

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

border-color css

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

 span { border-color: rgb(69,155,128); }

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