Html Css Color HEX #469D7B Gossamer

📋 copy color: '#469D7B'

red 70 ◦ green 157 ◦ blue 123

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

Shades of Gossamer #469D7B

Tints of Gossamer #469D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 20%
G = 44.86%
B = 35.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#469D7B (or 0x469D7B) is known color: Gossamer. HEX triplet: 46, 9D and 7B. RGB value is (70,157,123). Sum of RGB (Red+Green+Blue) = 70+157+123=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #469D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D7B is #B96284. Grayscale: #7F7F7F. Windows color (decimal): -12149381 or 8101190. OLE color: 8101190.

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

Color convert

RGB 70 157 123 -
CMYK 0.55 0 0.22 0.38
HSL 156.55º 0.38% 0.45% -
HSV(B) 156.55º 0.55% 0.62% -
XYZ 18.16 26.85 22.96 -
YUV 127.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 70 157 123 0.55 0 0.22 0.38 156.55 0.38 0.45
Hex 46 9D 7B 37 0 16 26 9D 26 2D
Octal 106 235 173 67 0 26 46 235 46 55
Binary 1000110 10011101 1111011 110111 0 10110 100110 10011101 100110 101101

Color Harmonies of #469D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D7B

Black with #469D7B

Text Example


Text Example

White with #469D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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