#47A7A1

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

Shades of Cadet Blue #47A7A1

Tints of Cadet Blue #47A7A1

Color information

#47A7A1 (or 0x47A7A1) is unknown color: approx Cadet Blue. HEX triplet: 47, A7 and A1. RGB value is (71,167,161). Sum of RGB (Red+Green+Blue) = 71+167+161=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #47A7A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A7A1 is #B8585E. Grayscale: #898989. Windows color (decimal): -12081247 or 10594119. OLE color: 10594119.

HSL color Cylindrical-coordinate representation of color #47A7A1: hue angle of 176.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A7A1 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB71167161-
CMYK0.5700.040.35
HSL176.25º40.34%46.67%-
HSV(B)176.25º57.49%65.49%-
XYZ22.8531.5538.6-
YUV137.61141.280.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 161 (63.28% from 255) = 40.35%
R=17.79%
G=41.85%
B=40.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711671610.5700.040.35176.2540.3446.67
Hex47A7A1390423b0282f
Octal1072472417104432605057
Binary10001111010011110100001111001010010001110110000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,167,161); }

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

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

 a { background-color: rgb(71,167,161); }

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

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

 span { border-color: rgb(71,167,161); }

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