Html Css Color HEX #469B7D Gossamer

📋 copy color: '#469B7D'

red 70 ◦ green 155 ◦ blue 125

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

Shades of Gossamer #469B7D

Tints of Gossamer #469B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 20%
G = 44.29%
B = 35.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#469B7D (or 0x469B7D) is known color: Gossamer. HEX triplet: 46, 9B and 7D. RGB value is (70,155,125). Sum of RGB (Red+Green+Blue) = 70+155+125=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #469B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B7D is #B96482. Grayscale: #7E7E7E. Windows color (decimal): -12149891 or 8231750. OLE color: 8231750.

HSL color Cylindrical-coordinate representation of color #469B7D: hue angle of 158.82º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B7D is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 125 -
CMYK 0.55 0 0.19 0.39
HSL 158.82º 0.38% 0.44% -
HSV(B) 158.82º 0.55% 0.61% -
XYZ 17.95 26.23 23.52 -
YUV 126.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 70 155 125 0.55 0 0.19 0.39 158.82 0.38 0.44
Hex 46 9B 7D 37 0 13 27 9F 26 2C
Octal 106 233 175 67 0 23 47 237 46 54
Binary 1000110 10011011 1111101 110111 0 10011 100111 10011111 100110 101100

Color Harmonies of #469B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B7D

Black with #469B7D

Text Example


Text Example

White with #469B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,125); }

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

background-color css

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

 a { background-color: rgb(70,155,125); }

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

border-color css

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

 span { border-color: rgb(70,155,125); }

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