#47A2A5

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

Shades of Cadet Blue #47A2A5

Tints of Cadet Blue #47A2A5

Color information

#47A2A5 (or 0x47A2A5) is unknown color: approx Cadet Blue. HEX triplet: 47, A2 and A5. RGB value is (71,162,165). Sum of RGB (Red+Green+Blue) = 71+162+165=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 165 - color contains mainly: blue. Hex color #47A2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A2A5 is #B85D5A. Grayscale: #878787. Windows color (decimal): -12082523 or 10854983. OLE color: 10854983.

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

Color convert

RGB71162165-
CMYK0.570.0200.35
HSL181.91º39.83%46.27%-
HSV(B)181.91º56.97%64.71%-
XYZ22.3129.940.19-
YUV135.13144.8582.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.84%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=17.84%
G=40.70%
B=41.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711621650.570.0200.35181.9139.8346.27
Hex47A2A5392023b6282e
Octal1072422457120432665056
Binary1000111101000101010010111100110010001110110110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,162,165); }

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

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

 a { background-color: rgb(71,162,165); }

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

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

 span { border-color: rgb(71,162,165); }

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