#46B2BB

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

Shades of Viking #46B2BB

Tints of Viking #46B2BB

Color information

#46B2BB (or 0x46B2BB) is unknown color: approx Viking. HEX triplet: 46, B2 and BB. RGB value is (70,178,187). Sum of RGB (Red+Green+Blue) = 70+178+187=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #46B2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46B2BB is #B94D44. Grayscale: #929292. Windows color (decimal): -12143941 or 12300870. OLE color: 12300870.

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

Color convert

RGB70178187-
CMYK0.630.0500.27
HSL184.62º46.25%50.39%-
HSV(B)184.62º62.57%73.33%-
XYZ27.4236.7352.66-
YUV146.73150.7273.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.09%
GREEN value IS 178 (69.92% from 255) = 40.92%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=16.09%
G=40.92%
B=42.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701781870.630.0500.27184.6246.2550.39
Hex46B2BB3F501Bb92e32
Octal1062622737750332715662
Binary1000110101100101011101111111110101101110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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