Html Css Color HEX #469E91 Gossamer

📋 copy color: '#469E91'

red 70 ◦ green 158 ◦ blue 145

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

Shades of Gossamer #469E91

Tints of Gossamer #469E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.36%

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 18.77%
G = 42.36%
B = 38.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#469E91 (or 0x469E91) is known color: Gossamer. HEX triplet: 46, 9E and 91. RGB value is (70,158,145). Sum of RGB (Red+Green+Blue) = 70+158+145=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #469E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E91 is #B9616E. Grayscale: #828282. Windows color (decimal): -12149103 or 9543238. OLE color: 9543238.

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

Color convert

RGB 70 158 145 -
CMYK 0.56 0 0.08 0.38
HSL 171.14º 0.39% 0.45% -
HSV(B) 171.14º 0.56% 0.62% -
XYZ 19.86 27.8 31.11 -
YUV 130.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 70 158 145 0.56 0 0.08 0.38 171.14 0.39 0.45
Hex 46 9E 91 38 0 8 26 AB 27 2D
Octal 106 236 221 70 0 10 46 253 47 55
Binary 1000110 10011110 10010001 111000 0 1000 100110 10101011 100111 101101

Color Harmonies of #469E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469E91

Black with #469E91

Text Example


Text Example

White with #469E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,158,145); }

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

background-color css

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

 a { background-color: rgb(70,158,145); }

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

border-color css

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

 span { border-color: rgb(70,158,145); }

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