#46abc5

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

Shades of Viking #46ABC5

Tints of Viking #46ABC5

Color information

#46ABC5 (or 0x46ABC5) is unknown color: approx Viking. HEX triplet: 46, AB and C5. RGB value is (70,171,197). Sum of RGB (Red+Green+Blue) = 70+171+197=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #46ABC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABC5 is #B9543A. Grayscale: #8F8F8F. Windows color (decimal): -12145723 or 12954438. OLE color: 12954438.

HSL color Cylindrical-coordinate representation of color #46ABC5: hue angle of 192.28º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46ABC5 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB70171197-
CMYK0.640.1300.23
HSL192.28º52.26%52.35%-
HSV(B)192.28º64.47%77.25%-
XYZ27.1734.4658.04-
YUV143.76158.0475.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 197 (77.34% from 255) = 44.98%
R=15.98%
G=39.04%
B=44.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal701711970.640.1300.23192.2852.2652.35
Hex46ABC540D017c03434
Octal106253305100150273006464
Binary100011010101011110001011000000110101011111000000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46abc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,171,197); }

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

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

 a { background-color: rgb(70,171,197); }

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

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

 span { border-color: rgb(70,171,197); }

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