#46A6AF

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

Shades of Viking #46A6AF

Tints of Viking #46A6AF

Color information

#46A6AF (or 0x46A6AF) is unknown color: approx Viking. HEX triplet: 46, A6 and AF. RGB value is (70,166,175). Sum of RGB (Red+Green+Blue) = 70+166+175=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #46A6AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A6AF is #B95950. Grayscale: #8A8A8A. Windows color (decimal): -12147025 or 11511366. OLE color: 11511366.

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

Color convert

RGB70166175-
CMYK0.600.0500.31
HSL185.14º42.86%48.04%-
HSV(B)185.14º60%68.63%-
XYZ23.931.6745.41-
YUV138.32148.779.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.03%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=17.03%
G=40.39%
B=42.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701661750.600.0500.31185.1442.8648.04
Hex46A6AF3C501Fb92b30
Octal1062462577450372715360
Binary1000110101001101010111111110010101111110111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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