Html Css Color HEX #469D8D Gossamer

📋 copy color: '#469D8D'

red 70 ◦ green 157 ◦ blue 141

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

Shades of Gossamer #469D8D

Tints of Gossamer #469D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 19.02%
G = 42.66%
B = 38.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#469D8D (or 0x469D8D) is known color: Gossamer. HEX triplet: 46, 9D and 8D. RGB value is (70,157,141). Sum of RGB (Red+Green+Blue) = 70+157+141=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #469D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D8D is #B96272. Grayscale: #818181. Windows color (decimal): -12149363 or 9280838. OLE color: 9280838.

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

Color convert

RGB 70 157 141 -
CMYK 0.55 0 0.10 0.38
HSL 168.97º 0.38% 0.45% -
HSV(B) 168.97º 0.55% 0.62% -
XYZ 19.39 27.34 29.45 -
YUV 129.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 70 157 141 0.55 0 0.10 0.38 168.97 0.38 0.45
Hex 46 9D 8D 37 0 A 26 A9 26 2D
Octal 106 235 215 67 0 12 46 251 46 55
Binary 1000110 10011101 10001101 110111 0 1010 100110 10101001 100110 101101

Color Harmonies of #469D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D8D

Black with #469D8D

Text Example


Text Example

White with #469D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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