#47A79F

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

Shades of Cadet Blue #47A79F

Tints of Cadet Blue #47A79F

Color information

#47A79F (or 0x47A79F) is unknown color: approx Cadet Blue. HEX triplet: 47, A7 and 9F. RGB value is (71,167,159). Sum of RGB (Red+Green+Blue) = 71+167+159=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #47A79F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A79F is #B85860. Grayscale: #898989. Windows color (decimal): -12081249 or 10463047. OLE color: 10463047.

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

Color convert

RGB71167159-
CMYK0.5700.050.35
HSL175º40.34%46.67%-
HSV(B)175º57.49%65.49%-
XYZ22.6831.4837.68-
YUV137.38140.280.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 167 (65.62% from 255) = 42.07%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=17.88%
G=42.07%
B=40.05%

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
Decimal711671590.5700.050.3517540.3446.67
Hex47A79F390523af282f
Octal1072472377105432575057
Binary10001111010011110011111111001010110001110101111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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