#46BBCD

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

Shades of Viking #46BBCD

Tints of Viking #46BBCD

Color information

#46BBCD (or 0x46BBCD) is unknown color: approx Viking. HEX triplet: 46, BB and CD. RGB value is (70,187,205). Sum of RGB (Red+Green+Blue) = 70+187+205=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #46BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBCD is #B94432. Grayscale: #999999. Windows color (decimal): -12141619 or 13482822. OLE color: 13482822.

HSL color Cylindrical-coordinate representation of color #46BBCD: hue angle of 188º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46BBCD is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB70187205-
CMYK0.660.0900.20
HSL188º57.45%53.92%-
HSV(B)188º65.85%80.39%-
XYZ31.3241.2564.07-
YUV154.07156.7468.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.15%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=15.15%
G=40.48%
B=44.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701872050.660.0900.2018857.4553.92
Hex46BBCD429014bc3936
Octal106273315102110242747166
Binary100011010111011110011011000010100101010010111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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