#46B1BE

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

Shades of Viking #46B1BE

Tints of Viking #46B1BE

Color information

#46B1BE (or 0x46B1BE) is unknown color: approx Viking. HEX triplet: 46, B1 and BE. RGB value is (70,177,190). Sum of RGB (Red+Green+Blue) = 70+177+190=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #46B1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46B1BE is #B94E41. Grayscale: #929292. Windows color (decimal): -12144194 or 12497222. OLE color: 12497222.

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

Color convert

RGB70177190-
CMYK0.630.0700.25
HSL186.5º48%50.98%-
HSV(B)186.5º63.16%74.51%-
XYZ27.5436.4654.3-
YUV146.49152.5573.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.02%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=16.02%
G=40.50%
B=43.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701771900.630.0700.25186.54850.98
Hex46B1BE3F7019ba3033
Octal1062612767770312726063
Binary1000110101100011011111011111111101100110111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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