#47A69E

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

Shades of Cadet Blue #47A69E

Tints of Cadet Blue #47A69E

Color information

#47A69E (or 0x47A69E) is unknown color: approx Cadet Blue. HEX triplet: 47, A6 and 9E. RGB value is (71,166,158). Sum of RGB (Red+Green+Blue) = 71+166+158=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #47A69E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A69E is #B85961. Grayscale: #888888. Windows color (decimal): -12081506 or 10397255. OLE color: 10397255.

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

Color convert

RGB71166158-
CMYK0.5700.050.35
HSL174.95º40.08%46.47%-
HSV(B)174.95º57.23%65.1%-
XYZ22.4131.0837.17-
YUV136.68140.0381.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.97%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 158 (62.11% from 255) = 40%
R=17.97%
G=42.03%
B=40%

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
Decimal711661580.5700.050.35174.9540.0846.47
Hex47A69E390523af282e
Octal1072462367105432575056
Binary10001111010011010011110111001010110001110101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,166,158); }

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

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

 a { background-color: rgb(71,166,158); }

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

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

 span { border-color: rgb(71,166,158); }

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