#46B9BA

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

Shades of Viking #46B9BA

Tints of Viking #46B9BA

Color information

#46B9BA (or 0x46B9BA) is unknown color: approx Viking. HEX triplet: 46, B9 and BA. RGB value is (70,185,186). Sum of RGB (Red+Green+Blue) = 70+185+186=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #46B9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B9BA is #B94645. Grayscale: #969696. Windows color (decimal): -12142150 or 12237126. OLE color: 12237126.

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

Color convert

RGB70185186-
CMYK0.620.0100.27
HSL180.52º45.67%50.2%-
HSV(B)180.52º62.37%72.94%-
XYZ28.7439.5552.57-
YUV150.73147.970.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.87%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=15.87%
G=41.95%
B=42.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701851860.620.0100.27180.5245.6750.2
Hex46B9BA3E101Bb52e32
Octal1062712727610332655662
Binary10001101011100110111010111110101101110110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,185,186); }

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

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

 a { background-color: rgb(70,185,186); }

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

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

 span { border-color: rgb(70,185,186); }

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