Html Css Color HEX #469D8A Gossamer

📋 copy color: '#469D8A'

red 70 ◦ green 157 ◦ blue 138

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

Shades of Gossamer #469D8A

Tints of Gossamer #469D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 19.18%
G = 43.01%
B = 37.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#469D8A (or 0x469D8A) is known color: Gossamer. HEX triplet: 46, 9D and 8A. RGB value is (70,157,138). Sum of RGB (Red+Green+Blue) = 70+157+138=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #469D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D8A is #B96275. Grayscale: #808080. Windows color (decimal): -12149366 or 9084230. OLE color: 9084230.

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

Color convert

RGB 70 157 138 -
CMYK 0.55 0 0.12 0.38
HSL 166.9º 0.38% 0.45% -
HSV(B) 166.9º 0.55% 0.62% -
XYZ 19.17 27.25 28.29 -
YUV 128.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 70 157 138 0.55 0 0.12 0.38 166.9 0.38 0.45
Hex 46 9D 8A 37 0 C 26 A7 26 2D
Octal 106 235 212 67 0 14 46 247 46 55
Binary 1000110 10011101 10001010 110111 0 1100 100110 10100111 100110 101101

Color Harmonies of #469D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D8A

Black with #469D8A

Text Example


Text Example

White with #469D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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