#46A3A5

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

Shades of Cadet Blue #46A3A5

Tints of Cadet Blue #46A3A5

Color information

#46A3A5 (or 0x46A3A5) is unknown color: approx Cadet Blue. HEX triplet: 46, A3 and A5. RGB value is (70,163,165). Sum of RGB (Red+Green+Blue) = 70+163+165=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 165 - color contains mainly: blue. Hex color #46A3A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A3A5 is #B95C5A. Grayscale: #878787. Windows color (decimal): -12147803 or 10855238. OLE color: 10855238.

HSL color Cylindrical-coordinate representation of color #46A3A5: hue angle of 181.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A3A5 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70163165-
CMYK0.580.0100.35
HSL181.26º40.43%46.08%-
HSV(B)181.26º57.58%64.71%-
XYZ22.4130.2140.25-
YUV135.42144.6981.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.59%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=17.59%
G=40.95%
B=41.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701631650.580.0100.35181.2640.4346.08
Hex46A3A53A1023b5282e
Octal1062432457210432655056
Binary100011010100011101001011110101010001110110101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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