#46A1CE

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

Shades of Viking #46A1CE

Tints of Viking #46A1CE

Color information

#46A1CE (or 0x46A1CE) is unknown color: approx Viking. HEX triplet: 46, A1 and CE. RGB value is (70,161,206). Sum of RGB (Red+Green+Blue) = 70+161+206=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #46A1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A1CE is #B95E31. Grayscale: #8A8A8A. Windows color (decimal): -12148274 or 13541702. OLE color: 13541702.

HSL color Cylindrical-coordinate representation of color #46A1CE: hue angle of 199.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46A1CE is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB70161206-
CMYK0.660.2200.19
HSL199.85º58.12%54.12%-
HSV(B)199.85º66.02%80.78%-
XYZ26.4131.2563.03-
YUV138.92165.8578.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.02%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=16.02%
G=36.84%
B=47.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701612060.660.2200.19199.8558.1254.12
Hex46A1CE4216013c83a36
Octal106241316102260233107266
Binary1000110101000011100111010000101011001001111001000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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