#40A7BA

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

Shades of Viking #40A7BA

Tints of Viking #40A7BA

Color information

#40A7BA (or 0x40A7BA) is unknown color: approx Viking. HEX triplet: 40, A7 and BA. RGB value is (64,167,186). Sum of RGB (Red+Green+Blue) = 64+167+186=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #40A7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A7BA is #BF5845. Grayscale: #8A8A8A. Windows color (decimal): -12539974 or 12232512. OLE color: 12232512.

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

Color convert

RGB64167186-
CMYK0.660.1000.27
HSL189.34º48.8%49.02%-
HSV(B)189.34º65.59%72.94%-
XYZ24.832.2751.38-
YUV138.37154.8874.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.35%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=15.35%
G=40.05%
B=44.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641671860.660.1000.27189.3448.849.02
Hex40A7BA42A01Bbd3131
Octal100247272102120332756161
Binary100000010100111101110101000010101001101110111101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,167,186); }

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

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

 a { background-color: rgb(64,167,186); }

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

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

 span { border-color: rgb(64,167,186); }

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