#40A3C8

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

Shades of Viking #40A3C8

Tints of Viking #40A3C8

Color information

#40A3C8 (or 0x40A3C8) is unknown color: approx Viking. HEX triplet: 40, A3 and C8. RGB value is (64,163,200). Sum of RGB (Red+Green+Blue) = 64+163+200=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #40A3C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A3C8 is #BF5C37. Grayscale: #898989. Windows color (decimal): -12540984 or 13148992. OLE color: 13148992.

HSL color Cylindrical-coordinate representation of color #40A3C8: hue angle of 196.32º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40A3C8 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB64163200-
CMYK0.680.1800.22
HSL196.32º55.28%51.76%-
HSV(B)196.32º68%78.43%-
XYZ25.6431.4559.36-
YUV137.62163.275.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.99%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 200 (78.52% from 255) = 46.84%
R=14.99%
G=38.17%
B=46.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641632000.680.1800.22196.3255.2851.76
Hex40A3C84412016c43734
Octal100243310104220263046764
Binary1000000101000111100100010001001001001011011000100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,163,200); }

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

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

 a { background-color: rgb(64,163,200); }

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

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

 span { border-color: rgb(64,163,200); }

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