#46ABB3

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

Shades of Viking #46ABB3

Tints of Viking #46ABB3

Color information

#46ABB3 (or 0x46ABB3) is unknown color: approx Viking. HEX triplet: 46, AB and B3. RGB value is (70,171,179). Sum of RGB (Red+Green+Blue) = 70+171+179=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #46ABB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABB3 is #B9544C. Grayscale: #8D8D8D. Windows color (decimal): -12145741 or 11774790. OLE color: 11774790.

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

Color convert

RGB70171179-
CMYK0.610.0400.30
HSL184.4º43.78%48.82%-
HSV(B)184.4º60.89%70.2%-
XYZ25.2333.6847.82-
YUV141.71149.0476.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.67%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 179 (70.31% from 255) = 42.62%
R=16.67%
G=40.71%
B=42.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal701711790.610.0400.30184.443.7848.82
Hex46ABB33D401Eb82c31
Octal1062532637540362705461
Binary1000110101010111011001111110110001111010111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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