#46A8CA

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

Shades of Viking #46A8CA

Tints of Viking #46A8CA

Color information

#46A8CA (or 0x46A8CA) is unknown color: approx Viking. HEX triplet: 46, A8 and CA. RGB value is (70,168,202). Sum of RGB (Red+Green+Blue) = 70+168+202=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #46A8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8CA is #B95735. Grayscale: #8E8E8E. Windows color (decimal): -12146486 or 13281350. OLE color: 13281350.

HSL color Cylindrical-coordinate representation of color #46A8CA: hue angle of 195.45º 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 #46A8CA is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70168202-
CMYK0.650.1700.21
HSL195.45º55.46%53.33%-
HSV(B)195.45º65.35%79.22%-
XYZ27.1933.5760.92-
YUV142.57161.5376.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.91%
GREEN value IS 168 (66.02% from 255) = 38.18%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=15.91%
G=38.18%
B=45.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701682020.650.1700.21195.4555.4653.33
Hex46A8CA4111015c33735
Octal106250312101210253036765
Binary1000110101010001100101010000011000101010111000011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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