#46B0BF

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

Shades of Viking #46B0BF

Tints of Viking #46B0BF

Color information

#46B0BF (or 0x46B0BF) is unknown color: approx Viking. HEX triplet: 46, B0 and BF. RGB value is (70,176,191). Sum of RGB (Red+Green+Blue) = 70+176+191=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #46B0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46B0BF is #B94F40. Grayscale: #919191. Windows color (decimal): -12144449 or 12562502. OLE color: 12562502.

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

Color convert

RGB70176191-
CMYK0.630.0800.25
HSL187.44º48.59%51.18%-
HSV(B)187.44º63.35%74.9%-
XYZ27.4636.1154.81-
YUV146.02153.3873.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.02%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 191 (75% from 255) = 43.71%
R=16.02%
G=40.27%
B=43.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701761910.630.0800.25187.4448.5951.18
Hex46B0BF3F8019bb3133
Octal10626027777100312736163
Binary10001101011000010111111111111100001100110111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,176,191); }

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

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

 a { background-color: rgb(70,176,191); }

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

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

 span { border-color: rgb(70,176,191); }

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