#46B7BB

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

Shades of Viking #46B7BB

Tints of Viking #46B7BB

Color information

#46B7BB (or 0x46B7BB) is unknown color: approx Viking. HEX triplet: 46, B7 and BB. RGB value is (70,183,187). Sum of RGB (Red+Green+Blue) = 70+183+187=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #46B7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B7BB is #B94844. Grayscale: #959595. Windows color (decimal): -12142661 or 12302150. OLE color: 12302150.

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

Color convert

RGB70183187-
CMYK0.630.0200.27
HSL182.05º46.25%50.39%-
HSV(B)182.05º62.57%73.33%-
XYZ28.4338.7653-
YUV149.67149.0671.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.91%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=15.91%
G=41.59%
B=42.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701831870.630.0200.27182.0546.2550.39
Hex46B7BB3F201Bb62e32
Octal1062672737720332665662
Binary100011010110111101110111111111001101110110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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