#46BED1

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

Shades of Viking #46BED1

Tints of Viking #46BED1

Color information

#46BED1 (or 0x46BED1) is unknown color: approx Viking. HEX triplet: 46, BE and D1. RGB value is (70,190,209). Sum of RGB (Red+Green+Blue) = 70+190+209=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #46BED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BED1 is #B9412E. Grayscale: #9C9C9C. Windows color (decimal): -12140847 or 13745734. OLE color: 13745734.

HSL color Cylindrical-coordinate representation of color #46BED1: hue angle of 188.2º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46BED1 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70190209-
CMYK0.670.0900.18
HSL188.2º60.17%54.71%-
HSV(B)188.2º66.51%81.96%-
XYZ32.4542.7366.86-
YUV156.29157.7466.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.93%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=14.93%
G=40.51%
B=44.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701902090.670.0900.18188.260.1754.71
Hex46BED1439012bc3c37
Octal106276321103110222747467
Binary100011010111110110100011000011100101001010111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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