#46BEBF

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

Shades of Viking #46BEBF

Tints of Viking #46BEBF

Color information

#46BEBF (or 0x46BEBF) is unknown color: approx Viking. HEX triplet: 46, BE and BF. RGB value is (70,190,191). Sum of RGB (Red+Green+Blue) = 70+190+191=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #46BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEBF is #B94140. Grayscale: #9A9A9A. Windows color (decimal): -12140865 or 12566086. OLE color: 12566086.

HSL color Cylindrical-coordinate representation of color #46BEBF: hue angle of 180.5º degrees, saturation: 0.49, 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 #46BEBF is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70190191-
CMYK0.630.0100.25
HSL180.5º48.59%51.18%-
HSV(B)180.5º63.35%74.9%-
XYZ30.3441.8955.78-
YUV154.23148.7467.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.52%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 191 (75% from 255) = 42.35%
R=15.52%
G=42.13%
B=42.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701901910.630.0100.25180.548.5951.18
Hex46BEBF3F1019b43133
Octal1062762777710312646163
Binary10001101011111010111111111111101100110110100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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