#46B8CE

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

Shades of Viking #46B8CE

Tints of Viking #46B8CE

Color information

#46B8CE (or 0x46B8CE) is unknown color: approx Viking. HEX triplet: 46, B8 and CE. RGB value is (70,184,206). Sum of RGB (Red+Green+Blue) = 70+184+206=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #46B8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B8CE is #B94731. Grayscale: #989898. Windows color (decimal): -12142386 or 13547590. OLE color: 13547590.

HSL color Cylindrical-coordinate representation of color #46B8CE: hue angle of 189.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46B8CE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB70184206-
CMYK0.660.1100.19
HSL189.71º58.12%54.12%-
HSV(B)189.71º66.02%80.78%-
XYZ30.8140.0464.5-
YUV152.42158.2369.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.22%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 206 (80.86% from 255) = 44.78%
R=15.22%
G=40%
B=44.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701842060.660.1100.19189.7158.1254.12
Hex46B8CE42B013be3a36
Octal106270316102130232767266
Binary100011010111000110011101000010101101001110111110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,184,206); }

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

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

 a { background-color: rgb(70,184,206); }

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

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

 span { border-color: rgb(70,184,206); }

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