#46B3BB

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

Shades of Viking #46B3BB

Tints of Viking #46B3BB

Color information

#46B3BB (or 0x46B3BB) is unknown color: approx Viking. HEX triplet: 46, B3 and BB. RGB value is (70,179,187). Sum of RGB (Red+Green+Blue) = 70+179+187=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #46B3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B3BB is #B94C44. Grayscale: #939393. Windows color (decimal): -12143685 or 12301126. OLE color: 12301126.

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

Color convert

RGB70179187-
CMYK0.630.0400.27
HSL184.1º46.25%50.39%-
HSV(B)184.1º62.57%73.33%-
XYZ27.6237.1352.73-
YUV147.32150.3972.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.06%
GREEN value IS 179 (70.31% from 255) = 41.06%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=16.06%
G=41.06%
B=42.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701791870.630.0400.27184.146.2550.39
Hex46B3BB3F401Bb82e32
Octal1062632737740332705662
Binary1000110101100111011101111111110001101110111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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