Html Css Color HEX #459D83 Gossamer

📋 copy color: '#459D83'

red 69 ◦ green 157 ◦ blue 131

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

Shades of Gossamer #459D83

Tints of Gossamer #459D83

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.98%

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 19.33%
G = 43.98%
B = 36.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#459D83 (or 0x459D83) is known color: Gossamer. HEX triplet: 45, 9D and 83. RGB value is (69,157,131). Sum of RGB (Red+Green+Blue) = 69+157+131=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #459D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D83 is #BA627C. Grayscale: #7F7F7F. Windows color (decimal): -12214909 or 8625477. OLE color: 8625477.

HSL color Cylindrical-coordinate representation of color #459D83: hue angle of 162.27º 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 #459D83 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 157 131 -
CMYK 0.56 0 0.17 0.38
HSL 162.27º 0.39% 0.44% -
HSV(B) 162.27º 0.56% 0.62% -
XYZ 18.61 27.02 25.71 -
YUV 127.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 69 157 131 0.56 0 0.17 0.38 162.27 0.39 0.44
Hex 45 9D 83 38 0 11 26 A2 27 2C
Octal 105 235 203 70 0 21 46 242 47 54
Binary 1000101 10011101 10000011 111000 0 10001 100110 10100010 100111 101100

Color Harmonies of #459D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459D83

Black with #459D83

Text Example


Text Example

White with #459D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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