#46ABBC

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

Shades of Viking #46ABBC

Tints of Viking #46ABBC

Color information

#46ABBC (or 0x46ABBC) is unknown color: approx Viking. HEX triplet: 46, AB and BC. RGB value is (70,171,188). Sum of RGB (Red+Green+Blue) = 70+171+188=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #46ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABBC is #B95443. Grayscale: #8E8E8E. Windows color (decimal): -12145732 or 12364614. OLE color: 12364614.

HSL color Cylindrical-coordinate representation of color #46ABBC: hue angle of 188.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46ABBC is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70171188-
CMYK0.630.0900.26
HSL188.64º46.83%50.59%-
HSV(B)188.64º62.77%73.73%-
XYZ26.1734.0652.77-
YUV142.74153.5476.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.32%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=16.32%
G=39.86%
B=43.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701711880.630.0900.26188.6446.8350.59
Hex46ABBC3F901Abd2f33
Octal10625327477110322755763
Binary10001101010101110111100111111100101101010111101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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