#46BDBE

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

Shades of Viking #46BDBE

Tints of Viking #46BDBE

Color information

#46BDBE (or 0x46BDBE) is unknown color: approx Viking. HEX triplet: 46, BD and BE. RGB value is (70,189,190). Sum of RGB (Red+Green+Blue) = 70+189+190=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #46BDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BDBE is #B94241. Grayscale: #999999. Windows color (decimal): -12141122 or 12500294. OLE color: 12500294.

HSL color Cylindrical-coordinate representation of color #46BDBE: hue angle of 180.5º 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 #46BDBE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70189190-
CMYK0.630.0100.25
HSL180.5º48%50.98%-
HSV(B)180.5º63.16%74.51%-
XYZ30.0241.4155.13-
YUV153.53148.5868.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.59%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=15.59%
G=42.09%
B=42.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701891900.630.0100.25180.54850.98
Hex46BDBE3F1019b43033
Octal1062752767710312646063
Binary10001101011110110111110111111101100110110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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