Html Css Color HEX #469D89 Gossamer

📋 copy color: '#469D89'

red 70 ◦ green 157 ◦ blue 137

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

Shades of Gossamer #469D89

Tints of Gossamer #469D89

RGB

 RED value IS 70 (27.73% from 255) = 19.23%

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

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 19.23%
G = 43.13%
B = 37.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#469D89 (or 0x469D89) is known color: Gossamer. HEX triplet: 46, 9D and 89. RGB value is (70,157,137). Sum of RGB (Red+Green+Blue) = 70+157+137=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #469D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D89 is #B96276. Grayscale: #808080. Windows color (decimal): -12149367 or 9018694. OLE color: 9018694.

HSL color Cylindrical-coordinate representation of color #469D89: hue angle of 166.21º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D89 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 137 -
CMYK 0.55 0 0.13 0.38
HSL 166.21º 0.38% 0.45% -
HSV(B) 166.21º 0.55% 0.62% -
XYZ 19.1 27.22 27.91 -
YUV 128.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 70 157 137 0.55 0 0.13 0.38 166.21 0.38 0.45
Hex 46 9D 89 37 0 D 26 A6 26 2D
Octal 106 235 211 67 0 15 46 246 46 55
Binary 1000110 10011101 10001001 110111 0 1101 100110 10100110 100110 101101

Color Harmonies of #469D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D89

Black with #469D89

Text Example


Text Example

White with #469D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469D89; }

 p { color: rgb(70,157,137); }

 H1.HeaderClassName
 {
   color: #469D89;
 }
 .AnyTagClassName
 {
   color: #469D89;
 }
</style>

background-color css

<style>
 a { background-color: #469D89; }

 a { background-color: rgb(70,157,137); }

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

border-color css

<style>
 span { border-color: #469D89; }

 span { border-color: rgb(70,157,137); }

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