#40A5BD

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

Shades of Viking #40A5BD

Tints of Viking #40A5BD

Color information

#40A5BD (or 0x40A5BD) is unknown color: approx Viking. HEX triplet: 40, A5 and BD. RGB value is (64,165,189). Sum of RGB (Red+Green+Blue) = 64+165+189=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #40A5BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A5BD is #BF5A42. Grayscale: #898989. Windows color (decimal): -12540483 or 12428608. OLE color: 12428608.

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

Color convert

RGB64165189-
CMYK0.660.1300.26
HSL191.52º49.41%49.61%-
HSV(B)191.52º66.14%74.12%-
XYZ24.7531.6752.95-
YUV137.54157.0475.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.31%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=15.31%
G=39.47%
B=45.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641651890.660.1300.26191.5249.4149.61
Hex40A5BD42D01Ac03132
Octal100245275102150323006162
Binary100000010100101101111011000010110101101011000000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,189); }

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

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

 a { background-color: rgb(64,165,189); }

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

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

 span { border-color: rgb(64,165,189); }

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