#46A8BD

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

Shades of Viking #46A8BD

Tints of Viking #46A8BD

Color information

#46A8BD (or 0x46A8BD) is unknown color: approx Viking. HEX triplet: 46, A8 and BD. RGB value is (70,168,189). Sum of RGB (Red+Green+Blue) = 70+168+189=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #46A8BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8BD is #B95742. Grayscale: #8C8C8C. Windows color (decimal): -12146499 or 12429382. OLE color: 12429382.

HSL color Cylindrical-coordinate representation of color #46A8BD: hue angle of 190.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46A8BD is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70168189-
CMYK0.630.1100.26
HSL190.59º47.41%50.78%-
HSV(B)190.59º62.96%74.12%-
XYZ25.7132.9853.15-
YUV141.09155.0377.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.39%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=16.39%
G=39.34%
B=44.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701681890.630.1100.26190.5947.4150.78
Hex46A8BD3FB01Abf2f33
Octal10625027577130322775763
Binary10001101010100010111101111111101101101010111111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,168,189); }

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

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

 a { background-color: rgb(70,168,189); }

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

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

 span { border-color: rgb(70,168,189); }

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