Html Css Color HEX #469C7C Gossamer

📋 copy color: '#469C7C'

red 70 ◦ green 156 ◦ blue 124

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

Shades of Gossamer #469C7C

Tints of Gossamer #469C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.57%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 20%
G = 44.57%
B = 35.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#469C7C (or 0x469C7C) is known color: Gossamer. HEX triplet: 46, 9C and 7C. RGB value is (70,156,124). Sum of RGB (Red+Green+Blue) = 70+156+124=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #469C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C7C is #B96383. Grayscale: #7E7E7E. Windows color (decimal): -12149636 or 8166470. OLE color: 8166470.

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

Color convert

RGB 70 156 124 -
CMYK 0.55 0 0.21 0.39
HSL 157.67º 0.38% 0.44% -
HSV(B) 157.67º 0.55% 0.61% -
XYZ 18.05 26.53 23.24 -
YUV 126.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 70 156 124 0.55 0 0.21 0.39 157.67 0.38 0.44
Hex 46 9C 7C 37 0 15 27 9E 26 2C
Octal 106 234 174 67 0 25 47 236 46 54
Binary 1000110 10011100 1111100 110111 0 10101 100111 10011110 100110 101100

Color Harmonies of #469C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C7C

Black with #469C7C

Text Example


Text Example

White with #469C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,156,124); }

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

background-color css

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

 a { background-color: rgb(70,156,124); }

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

border-color css

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

 span { border-color: rgb(70,156,124); }

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