#46B3BD

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

Shades of Viking #46B3BD

Tints of Viking #46B3BD

Color information

#46B3BD (or 0x46B3BD) is unknown color: approx Viking. HEX triplet: 46, B3 and BD. RGB value is (70,179,189). Sum of RGB (Red+Green+Blue) = 70+179+189=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #46B3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B3BD is #B94C42. Grayscale: #939393. Windows color (decimal): -12143683 or 12432198. OLE color: 12432198.

HSL color Cylindrical-coordinate representation of color #46B3BD: hue angle of 185.04º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46B3BD is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70179189-
CMYK0.630.0500.26
HSL185.04º47.41%50.78%-
HSV(B)185.04º62.96%74.12%-
XYZ27.8337.2253.86-
YUV147.55151.3972.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=15.98%
G=40.87%
B=43.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701791890.630.0500.26185.0447.4150.78
Hex46B3BD3F501Ab92f33
Octal1062632757750322715763
Binary1000110101100111011110111111110101101010111001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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