#46AFD2

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

Shades of Viking #46AFD2

Tints of Viking #46AFD2

Color information

#46AFD2 (or 0x46AFD2) is unknown color: approx Viking. HEX triplet: 46, AF and D2. RGB value is (70,175,210). Sum of RGB (Red+Green+Blue) = 70+175+210=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #46AFD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AFD2 is #B9502D. Grayscale: #939393. Windows color (decimal): -12144686 or 13807430. OLE color: 13807430.

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

Color convert

RGB70175210-
CMYK0.670.1700.18
HSL195º60.87%54.9%-
HSV(B)195º66.67%82.35%-
XYZ29.4936.6266.49-
YUV147.6163.2172.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.38%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 210 (82.42% from 255) = 46.15%
R=15.38%
G=38.46%
B=46.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701752100.670.1700.1819560.8754.9
Hex46AFD24311012c33d37
Octal106257322103210223037567
Binary1000110101011111101001010000111000101001011000011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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