#47A49F

Color #47A49F Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #47A49F

Tints of Cadet Blue #47A49F

Color information

#47A49F (or 0x47A49F) is unknown color: approx Cadet Blue. HEX triplet: 47, A4 and 9F. RGB value is (71,164,159). Sum of RGB (Red+Green+Blue) = 71+164+159=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #47A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A49F is #B85B60. Grayscale: #878787. Windows color (decimal): -12082017 or 10462279. OLE color: 10462279.

HSL color Cylindrical-coordinate representation of color #47A49F: hue angle of 176.77º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A49F is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB71164159-
CMYK0.5700.030.36
HSL176.77º39.57%46.08%-
HSV(B)176.77º56.71%64.31%-
XYZ22.1330.3937.5-
YUV135.62141.1981.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.02%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=18.02%
G=41.62%
B=40.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711641590.5700.030.36176.7739.5746.08
Hex47A49F390324b1282e
Octal1072442377103442615056
Binary1000111101001001001111111100101110010010110001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A49F; }

 p { color: rgb(71,164,159); }

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

<style>
 a { background-color: #47A49F; }

 a { background-color: rgb(71,164,159); }

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

<style>
 span { border-color: #47A49F; }

 span { border-color: rgb(71,164,159); }

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