#40A1C5

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

Shades of Viking #40A1C5

Tints of Viking #40A1C5

Color information

#40A1C5 (or 0x40A1C5) is unknown color: approx Viking. HEX triplet: 40, A1 and C5. RGB value is (64,161,197). Sum of RGB (Red+Green+Blue) = 64+161+197=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #40A1C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A1C5 is #BF5E3A. Grayscale: #878787. Windows color (decimal): -12541499 or 12951872. OLE color: 12951872.

HSL color Cylindrical-coordinate representation of color #40A1C5: hue angle of 196.24º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40A1C5 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB64161197-
CMYK0.680.1800.23
HSL196.24º53.41%51.18%-
HSV(B)196.24º67.51%77.25%-
XYZ24.9430.6157.42-
YUV136.1162.3676.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.17%
GREEN value IS 161 (63.28% from 255) = 38.15%
BLUE value IS 197 (77.34% from 255) = 46.68%
R=15.17%
G=38.15%
B=46.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641611970.680.1800.23196.2453.4151.18
Hex40A1C54412017c43533
Octal100241305104220273046563
Binary1000000101000011100010110001001001001011111000100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,161,197); }

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

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

 a { background-color: rgb(64,161,197); }

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

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

 span { border-color: rgb(64,161,197); }

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