#46A6D0

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

Shades of Viking #46A6D0

Tints of Viking #46A6D0

Color information

#46A6D0 (or 0x46A6D0) is unknown color: approx Viking. HEX triplet: 46, A6 and D0. RGB value is (70,166,208). Sum of RGB (Red+Green+Blue) = 70+166+208=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #46A6D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A6D0 is #B9592F. Grayscale: #8D8D8D. Windows color (decimal): -12146992 or 13674054. OLE color: 13674054.

HSL color Cylindrical-coordinate representation of color #46A6D0: hue angle of 198.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46A6D0 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70166208-
CMYK0.660.2000.18
HSL198.26º59.48%54.51%-
HSV(B)198.26º66.35%81.57%-
XYZ27.5533.1364.62-
YUV142.08165.276.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.77%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 208 (81.64% from 255) = 46.85%
R=15.77%
G=37.39%
B=46.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701662080.660.2000.18198.2659.4854.51
Hex46A6D04214012c63b37
Octal106246320102240223067367
Binary1000110101001101101000010000101010001001011000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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