#46ACBE

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

Shades of Viking #46ACBE

Tints of Viking #46ACBE

Color information

#46ACBE (or 0x46ACBE) is unknown color: approx Viking. HEX triplet: 46, AC and BE. RGB value is (70,172,190). Sum of RGB (Red+Green+Blue) = 70+172+190=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #46ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ACBE is #B95341. Grayscale: #8F8F8F. Windows color (decimal): -12145474 or 12495942. OLE color: 12495942.

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

Color convert

RGB70172190-
CMYK0.630.0900.25
HSL189º48%50.98%-
HSV(B)189º63.16%74.51%-
XYZ26.5734.5253.98-
YUV143.55154.2175.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.20%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=16.20%
G=39.81%
B=43.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701721900.630.0900.251894850.98
Hex46ACBE3F9019bd3033
Octal10625427677110312756063
Binary10001101010110010111110111111100101100110111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,172,190); }

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

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

 a { background-color: rgb(70,172,190); }

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

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

 span { border-color: rgb(70,172,190); }

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