#40A1C4

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

Shades of Viking #40A1C4

Tints of Viking #40A1C4

Color information

#40A1C4 (or 0x40A1C4) is unknown color: approx Viking. HEX triplet: 40, A1 and C4. RGB value is (64,161,196). Sum of RGB (Red+Green+Blue) = 64+161+196=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #40A1C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A1C4 is #BF5E3B. Grayscale: #878787. Windows color (decimal): -12541500 or 12886336. OLE color: 12886336.

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

Color convert

RGB64161196-
CMYK0.670.1800.23
HSL195.91º52.8%50.98%-
HSV(B)195.91º67.35%76.86%-
XYZ24.8230.5756.82-
YUV135.99161.8676.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.20%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=15.20%
G=38.24%
B=46.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641611960.670.1800.23195.9152.850.98
Hex40A1C44312017c43533
Octal100241304103220273046563
Binary1000000101000011100010010000111001001011111000100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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