#46A9C1

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

Shades of Viking #46A9C1

Tints of Viking #46A9C1

Color information

#46A9C1 (or 0x46A9C1) is unknown color: approx Viking. HEX triplet: 46, A9 and C1. RGB value is (70,169,193). Sum of RGB (Red+Green+Blue) = 70+169+193=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #46A9C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A9C1 is #B9563E. Grayscale: #8D8D8D. Windows color (decimal): -12146239 or 12691782. OLE color: 12691782.

HSL color Cylindrical-coordinate representation of color #46A9C1: hue angle of 191.71º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46A9C1 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB70169193-
CMYK0.640.1200.24
HSL191.71º49.8%51.57%-
HSV(B)191.71º63.73%75.69%-
XYZ26.3433.5355.54-
YUV142.14156.776.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.20%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=16.20%
G=39.12%
B=44.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701691930.640.1200.24191.7149.851.57
Hex46A9C140C018c03234
Octal106251301100140303006264
Binary100011010101001110000011000000110001100011000000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,169,193); }

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

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

 a { background-color: rgb(70,169,193); }

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

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

 span { border-color: rgb(70,169,193); }

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