Html Css Color HEX #469D8B Gossamer

📋 copy color: '#469D8B'

red 70 ◦ green 157 ◦ blue 139

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

Shades of Gossamer #469D8B

Tints of Gossamer #469D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 19.13%
G = 42.9%
B = 37.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#469D8B (or 0x469D8B) is known color: Gossamer. HEX triplet: 46, 9D and 8B. RGB value is (70,157,139). Sum of RGB (Red+Green+Blue) = 70+157+139=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #469D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D8B is #B96274. Grayscale: #808080. Windows color (decimal): -12149365 or 9149766. OLE color: 9149766.

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

Color convert

RGB 70 157 139 -
CMYK 0.55 0 0.11 0.38
HSL 167.59º 0.38% 0.45% -
HSV(B) 167.59º 0.55% 0.62% -
XYZ 19.24 27.28 28.68 -
YUV 128.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 70 157 139 0.55 0 0.11 0.38 167.59 0.38 0.45
Hex 46 9D 8B 37 0 B 26 A8 26 2D
Octal 106 235 213 67 0 13 46 250 46 55
Binary 1000110 10011101 10001011 110111 0 1011 100110 10101000 100110 101101

Color Harmonies of #469D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D8B

Black with #469D8B

Text Example


Text Example

White with #469D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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