#46A8AD

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

Shades of Cadet Blue #46A8AD

Tints of Cadet Blue #46A8AD

Color information

#46A8AD (or 0x46A8AD) is unknown color: approx Cadet Blue. HEX triplet: 46, A8 and AD. RGB value is (70,168,173). Sum of RGB (Red+Green+Blue) = 70+168+173=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #46A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A8AD is #B95752. Grayscale: #8B8B8B. Windows color (decimal): -12146515 or 11380806. OLE color: 11380806.

HSL color Cylindrical-coordinate representation of color #46A8AD: hue angle of 182.91º degrees, saturation: 0.42, 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 #46A8AD is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70168173-
CMYK0.600.0300.32
HSL182.91º42.39%47.65%-
HSV(B)182.91º59.54%67.84%-
XYZ24.0732.3244.51-
YUV139.27147.0378.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.03%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=17.03%
G=40.88%
B=42.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701681730.600.0300.32182.9142.3947.65
Hex46A8AD3C3020b72a30
Octal1062502557430402675260
Binary1000110101010001010110111110011010000010110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,168,173); }

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

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

 a { background-color: rgb(70,168,173); }

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

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

 span { border-color: rgb(70,168,173); }

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