Html Css Color HEX #469E92 Gossamer

📋 copy color: '#469E92'

red 70 ◦ green 158 ◦ blue 146

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

Shades of Gossamer #469E92

Tints of Gossamer #469E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 18.72%
G = 42.25%
B = 39.04%

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

#469E92 (or 0x469E92) is known color: Gossamer. HEX triplet: 46, 9E and 92. RGB value is (70,158,146). Sum of RGB (Red+Green+Blue) = 70+158+146=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #469E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E92 is #B9616D. Grayscale: #828282. Windows color (decimal): -12149102 or 9608774. OLE color: 9608774.

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

Color convert

RGB 70 158 146 -
CMYK 0.56 0 0.08 0.38
HSL 171.82º 0.39% 0.45% -
HSV(B) 171.82º 0.56% 0.62% -
XYZ 19.94 27.83 31.52 -
YUV 130.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 70 158 146 0.56 0 0.08 0.38 171.82 0.39 0.45
Hex 46 9E 92 38 0 8 26 AC 27 2D
Octal 106 236 222 70 0 10 46 254 47 55
Binary 1000110 10011110 10010010 111000 0 1000 100110 10101100 100111 101101

Color Harmonies of #469E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469E92

Black with #469E92

Text Example


Text Example

White with #469E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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