#46A5AC

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

Shades of Cadet Blue #46A5AC

Tints of Cadet Blue #46A5AC

Color information

#46A5AC (or 0x46A5AC) is unknown color: approx Cadet Blue. HEX triplet: 46, A5 and AC. RGB value is (70,165,172). Sum of RGB (Red+Green+Blue) = 70+165+172=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #46A5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A5AC is #B95A53. Grayscale: #898989. Windows color (decimal): -12147284 or 11314502. OLE color: 11314502.

HSL color Cylindrical-coordinate representation of color #46A5AC: hue angle of 184.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A5AC is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70165172-
CMYK0.590.0400.33
HSL184.12º42.15%47.45%-
HSV(B)184.12º59.3%67.45%-
XYZ23.4331.1943.82-
YUV137.39147.5379.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.20%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=17.20%
G=40.54%
B=42.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701651720.590.0400.33184.1242.1547.45
Hex46A5AC3B4021b82a2f
Octal1062452547340412705257
Binary10001101010010110101100111011100010000110111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,165,172); }

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

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

 a { background-color: rgb(70,165,172); }

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

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

 span { border-color: rgb(70,165,172); }

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