#46AABB

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

Shades of Viking #46AABB

Tints of Viking #46AABB

Color information

#46AABB (or 0x46AABB) is unknown color: approx Viking. HEX triplet: 46, AA and BB. RGB value is (70,170,187). Sum of RGB (Red+Green+Blue) = 70+170+187=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #46AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AABB is #B95544. Grayscale: #8D8D8D. Windows color (decimal): -12145989 or 12298822. OLE color: 12298822.

HSL color Cylindrical-coordinate representation of color #46AABB: hue angle of 188.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46AABB is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70170187-
CMYK0.630.0900.27
HSL188.72º46.25%50.39%-
HSV(B)188.72º62.57%73.33%-
XYZ25.8733.6452.14-
YUV142.04153.3776.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.39%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 187 (73.44% from 255) = 43.79%
R=16.39%
G=39.81%
B=43.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701701870.630.0900.27188.7246.2550.39
Hex46AABB3F901Bbd2e32
Octal10625227377110332755662
Binary10001101010101010111011111111100101101110111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,170,187); }

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

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

 a { background-color: rgb(70,170,187); }

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

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

 span { border-color: rgb(70,170,187); }

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