#46A5C8

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

Shades of Viking #46A5C8

Tints of Viking #46A5C8

Color information

#46A5C8 (or 0x46A5C8) is unknown color: approx Viking. HEX triplet: 46, A5 and C8. RGB value is (70,165,200). Sum of RGB (Red+Green+Blue) = 70+165+200=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #46A5C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A5C8 is #B95A37. Grayscale: #8C8C8C. Windows color (decimal): -12147256 or 13149510. OLE color: 13149510.

HSL color Cylindrical-coordinate representation of color #46A5C8: hue angle of 196.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46A5C8 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70165200-
CMYK0.650.1800.22
HSL196.15º54.17%52.94%-
HSV(B)196.15º65%78.43%-
XYZ26.4132.3859.5-
YUV140.58161.5377.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.09%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 200 (78.52% from 255) = 45.98%
R=16.09%
G=37.93%
B=45.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701652000.650.1800.22196.1554.1752.94
Hex46A5C84112016c43635
Octal106245310101220263046665
Binary1000110101001011100100010000011001001011011000100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,165,200); }

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

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

 a { background-color: rgb(70,165,200); }

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

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

 span { border-color: rgb(70,165,200); }

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