#46B3B7

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

Shades of Viking #46B3B7

Tints of Viking #46B3B7

Color information

#46B3B7 (or 0x46B3B7) is unknown color: approx Viking. HEX triplet: 46, B3 and B7. RGB value is (70,179,183). Sum of RGB (Red+Green+Blue) = 70+179+183=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #46B3B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B3B7 is #B94C48. Grayscale: #929292. Windows color (decimal): -12143689 or 12038982. OLE color: 12038982.

HSL color Cylindrical-coordinate representation of color #46B3B7: hue angle of 182.12º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B3B7 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB70179183-
CMYK0.620.0200.28
HSL182.12º44.66%49.61%-
HSV(B)182.12º61.75%71.76%-
XYZ27.1936.9650.5-
YUV146.86148.3973.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.20%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 183 (71.88% from 255) = 42.36%
R=16.20%
G=41.44%
B=42.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal701791830.620.0200.28182.1244.6649.61
Hex46B3B73E201Cb62d32
Octal1062632677620342665562
Binary100011010110011101101111111101001110010110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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