#40A6BC

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

Shades of Viking #40A6BC

Tints of Viking #40A6BC

Color information

#40A6BC (or 0x40A6BC) is unknown color: approx Viking. HEX triplet: 40, A6 and BC. RGB value is (64,166,188). Sum of RGB (Red+Green+Blue) = 64+166+188=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #40A6BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A6BC is #BF5943. Grayscale: #898989. Windows color (decimal): -12540228 or 12363328. OLE color: 12363328.

HSL color Cylindrical-coordinate representation of color #40A6BC: hue angle of 190.65º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A6BC is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64166188-
CMYK0.660.1200.26
HSL190.65º49.21%49.41%-
HSV(B)190.65º65.96%73.73%-
XYZ24.8331.9952.44-
YUV138.01156.2175.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.31%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=15.31%
G=39.71%
B=44.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641661880.660.1200.26190.6549.2149.41
Hex40A6BC42C01Abf3131
Octal100246274102140322776161
Binary100000010100110101111001000010110001101010111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,166,188); }

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

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

 a { background-color: rgb(64,166,188); }

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

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

 span { border-color: rgb(64,166,188); }

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