#46ABB4

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

Shades of Viking #46ABB4

Tints of Viking #46ABB4

Color information

#46ABB4 (or 0x46ABB4) is unknown color: approx Viking. HEX triplet: 46, AB and B4. RGB value is (70,171,180). Sum of RGB (Red+Green+Blue) = 70+171+180=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #46ABB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABB4 is #B9544B. Grayscale: #8D8D8D. Windows color (decimal): -12145740 or 11840326. OLE color: 11840326.

HSL color Cylindrical-coordinate representation of color #46ABB4: hue angle of 184.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46ABB4 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB70171180-
CMYK0.610.0500.29
HSL184.91º44%49.02%-
HSV(B)184.91º61.11%70.59%-
XYZ25.3333.7248.35-
YUV141.83149.5476.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.63%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=16.63%
G=40.62%
B=42.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701711800.610.0500.29184.914449.02
Hex46ABB43D501Db92c31
Octal1062532647550352715461
Binary1000110101010111011010011110110101110110111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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