#47A6AA

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

Shades of Cadet Blue #47A6AA

Tints of Cadet Blue #47A6AA

Color information

#47A6AA (or 0x47A6AA) is unknown color: approx Cadet Blue. HEX triplet: 47, A6 and AA. RGB value is (71,166,170). Sum of RGB (Red+Green+Blue) = 71+166+170=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #47A6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A6AA is #B85955. Grayscale: #898989. Windows color (decimal): -12081494 or 11183687. OLE color: 11183687.

HSL color Cylindrical-coordinate representation of color #47A6AA: hue angle of 182.42º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A6AA is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71166170-
CMYK0.580.0200.33
HSL182.42º41.08%47.25%-
HSV(B)182.42º58.24%66.67%-
XYZ23.4931.5142.88-
YUV138.05146.0380.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.44%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=17.44%
G=40.79%
B=41.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711661700.580.0200.33182.4241.0847.25
Hex47A6AA3A2021b6292f
Octal1072462527220412665157
Binary1000111101001101010101011101010010000110110110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,166,170); }

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

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

 a { background-color: rgb(71,166,170); }

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

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

 span { border-color: rgb(71,166,170); }

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