#47A6AE

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

Shades of Cadet Blue #47A6AE

Tints of Cadet Blue #47A6AE

Color information

#47A6AE (or 0x47A6AE) is unknown color: approx Cadet Blue. HEX triplet: 47, A6 and AE. RGB value is (71,166,174). Sum of RGB (Red+Green+Blue) = 71+166+174=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #47A6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A6AE is #B85951. Grayscale: #8A8A8A. Windows color (decimal): -12081490 or 11445831. OLE color: 11445831.

HSL color Cylindrical-coordinate representation of color #47A6AE: hue angle of 184.66º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47A6AE is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71166174-
CMYK0.590.0500.32
HSL184.66º42.04%48.04%-
HSV(B)184.66º59.2%68.24%-
XYZ23.8731.6744.9-
YUV138.51148.0379.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.27%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=17.27%
G=40.39%
B=42.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711661740.590.0500.32184.6642.0448.04
Hex47A6AE3B5020b92a30
Octal1072462567350402715260
Binary10001111010011010101110111011101010000010111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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