#429B7D

Color #429B7D Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #429B7D

Tints of Gossamer #429B7D

Color information

#429B7D (or 0x429B7D) is unknown color: approx Gossamer. HEX triplet: 42, 9B and 7D. RGB value is (66,155,125). Sum of RGB (Red+Green+Blue) = 66+155+125=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #429B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B7D is #BD6482. Grayscale: #7C7C7C. Windows color (decimal): -12412035 or 8231746. OLE color: 8231746.

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

Color convert

RGB66155125-
CMYK0.5700.190.39
HSL159.78º40.27%43.33%-
HSV(B)159.78º57.42%60.78%-
XYZ17.6726.0823.5-
YUV124.97128.0185.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=19.08%
G=44.80%
B=36.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661551250.5700.190.39159.7840.2743.33
Hex429B7D3901327a0282b
Octal10223317571023472405053
Binary100001010011011111110111100101001110011110100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #429B7D;
 }
 .AnyTagClassName
 {
   color: #429B7D;
 }
</style>
background-color css

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

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

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

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

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

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