#47a4ab

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

Shades of Cadet Blue #47A4AB

Tints of Cadet Blue #47A4AB

Color information

#47A4AB (or 0x47A4AB) is unknown color: approx Cadet Blue. HEX triplet: 47, A4 and AB. RGB value is (71,164,171). Sum of RGB (Red+Green+Blue) = 71+164+171=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #47A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A4AB is #B85B54. Grayscale: #888888. Windows color (decimal): -12082005 or 11248711. OLE color: 11248711.

HSL color Cylindrical-coordinate representation of color #47A4AB: hue angle of 184.2º 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 #47A4AB is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71164171-
CMYK0.580.0400.33
HSL184.2º41.32%47.45%-
HSV(B)184.2º58.48%67.06%-
XYZ23.2230.8343.25-
YUV136.99147.1980.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.49%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=17.49%
G=40.39%
B=42.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711641710.580.0400.33184.241.3247.45
Hex47A4AB3A4021b8292f
Octal1072442537240412705157
Binary10001111010010010101011111010100010000110111000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47a4ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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