#46A1A7

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

Shades of Cadet Blue #46A1A7

Tints of Cadet Blue #46A1A7

Color information

#46A1A7 (or 0x46A1A7) is unknown color: approx Cadet Blue. HEX triplet: 46, A1 and A7. RGB value is (70,161,167). Sum of RGB (Red+Green+Blue) = 70+161+167=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #46A1A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A1A7 is #B95E58. Grayscale: #868686. Windows color (decimal): -12148313 or 10985798. OLE color: 10985798.

HSL color Cylindrical-coordinate representation of color #46A1A7: hue angle of 183.71º degrees, saturation: 0.41, 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 #46A1A7 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70161167-
CMYK0.580.0400.35
HSL183.71º40.93%46.47%-
HSV(B)183.71º58.08%65.49%-
XYZ22.2529.5841.1-
YUV134.48146.3582.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.59%
GREEN value IS 161 (63.28% from 255) = 40.45%
BLUE value IS 167 (65.62% from 255) = 41.96%
R=17.59%
G=40.45%
B=41.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701611670.580.0400.35183.7140.9346.47
Hex46A1A73A4023b8292e
Octal1062412477240432705156
Binary10001101010000110100111111010100010001110111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,161,167); }

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

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

 a { background-color: rgb(70,161,167); }

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

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

 span { border-color: rgb(70,161,167); }

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