#46A6AE

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

Shades of Cadet Blue #46A6AE

Tints of Cadet Blue #46A6AE

Color information

#46A6AE (or 0x46A6AE) is unknown color: approx Cadet Blue. HEX triplet: 46, A6 and AE. RGB value is (70,166,174). Sum of RGB (Red+Green+Blue) = 70+166+174=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #46A6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A6AE is #B95951. Grayscale: #8A8A8A. Windows color (decimal): -12147026 or 11445830. OLE color: 11445830.

HSL color Cylindrical-coordinate representation of color #46A6AE: hue angle of 184.62º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46A6AE is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70166174-
CMYK0.600.0500.32
HSL184.62º42.62%47.84%-
HSV(B)184.62º59.77%68.24%-
XYZ23.831.6344.9-
YUV138.21148.279.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.07%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=17.07%
G=40.49%
B=42.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701661740.600.0500.32184.6242.6247.84
Hex46A6AE3C5020b92b30
Octal1062462567450402715360
Binary10001101010011010101110111100101010000010111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A6AE; }

 p { color: rgb(70,166,174); }

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

<style>
 a { background-color: #46A6AE; }

 a { background-color: rgb(70,166,174); }

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

<style>
 span { border-color: #46A6AE; }

 span { border-color: rgb(70,166,174); }

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