#46AFCC

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

Shades of Viking #46AFCC

Tints of Viking #46AFCC

Color information

#46AFCC (or 0x46AFCC) is unknown color: approx Viking. HEX triplet: 46, AF and CC. RGB value is (70,175,204). Sum of RGB (Red+Green+Blue) = 70+175+204=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #46AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AFCC is #B95033. Grayscale: #929292. Windows color (decimal): -12144692 or 13414214. OLE color: 13414214.

HSL color Cylindrical-coordinate representation of color #46AFCC: hue angle of 192.99º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46AFCC is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB70175204-
CMYK0.660.1400.2
HSL192.99º56.78%53.73%-
HSV(B)192.99º65.69%80%-
XYZ28.7536.3262.62-
YUV146.91160.2173.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.59%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=15.59%
G=38.98%
B=45.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal701752040.660.1400.2192.9956.7853.73
Hex46AFCC42E014c13936
Octal106257314102160243017166
Binary100011010101111110011001000010111001010011000001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,175,204); }

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

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

 a { background-color: rgb(70,175,204); }

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

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

 span { border-color: rgb(70,175,204); }

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