#40A2C1

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

Shades of Viking #40A2C1

Tints of Viking #40A2C1

Color information

#40A2C1 (or 0x40A2C1) is unknown color: approx Viking. HEX triplet: 40, A2 and C1. RGB value is (64,162,193). Sum of RGB (Red+Green+Blue) = 64+162+193=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #40A2C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2C1 is #BF5D3E. Grayscale: #888888. Windows color (decimal): -12541247 or 12689984. OLE color: 12689984.

HSL color Cylindrical-coordinate representation of color #40A2C1: hue angle of 194.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40A2C1 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64162193-
CMYK0.670.1600.24
HSL194.42º50.99%50.39%-
HSV(B)194.42º66.84%75.69%-
XYZ24.6630.7855.09-
YUV136.23160.0376.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.27%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=15.27%
G=38.66%
B=46.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641621930.670.1600.24194.4250.9950.39
Hex40A2C14310018c23332
Octal100242301103200303026362
Binary1000000101000101100000110000111000001100011000010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A2C1; }

 p { color: rgb(64,162,193); }

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

<style>
 a { background-color: #40A2C1; }

 a { background-color: rgb(64,162,193); }

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

<style>
 span { border-color: #40A2C1; }

 span { border-color: rgb(64,162,193); }

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