#47A59D

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

Shades of Cadet Blue #47A59D

Tints of Cadet Blue #47A59D

Color information

#47A59D (or 0x47A59D) is unknown color: approx Cadet Blue. HEX triplet: 47, A5 and 9D. RGB value is (71,165,157). Sum of RGB (Red+Green+Blue) = 71+165+157=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #47A59D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A59D is #B85A62. Grayscale: #878787. Windows color (decimal): -12081763 or 10331463. OLE color: 10331463.

HSL color Cylindrical-coordinate representation of color #47A59D: hue angle of 174.89º 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 #47A59D is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB71165157-
CMYK0.5700.050.35
HSL174.89º39.83%46.27%-
HSV(B)174.89º56.97%64.71%-
XYZ22.1430.6836.65-
YUV135.98139.8681.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=18.07%
G=41.98%
B=39.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711651570.5700.050.35174.8939.8346.27
Hex47A59D390523af282e
Octal1072452357105432575056
Binary10001111010010110011101111001010110001110101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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