#46A5CA

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

Shades of Viking #46A5CA

Tints of Viking #46A5CA

Color information

#46A5CA (or 0x46A5CA) is unknown color: approx Viking. HEX triplet: 46, A5 and CA. RGB value is (70,165,202). Sum of RGB (Red+Green+Blue) = 70+165+202=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #46A5CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A5CA is #B95A35. Grayscale: #8C8C8C. Windows color (decimal): -12147254 or 13280582. OLE color: 13280582.

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

Color convert

RGB70165202-
CMYK0.650.1800.21
HSL196.82º55.46%53.33%-
HSV(B)196.82º65.35%79.22%-
XYZ26.6432.4860.74-
YUV140.81162.5377.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.02%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=16.02%
G=37.76%
B=46.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701652020.650.1800.21196.8255.4653.33
Hex46A5CA4112015c53735
Octal106245312101220253056765
Binary1000110101001011100101010000011001001010111000101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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