#40A7BC

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

Shades of Viking #40A7BC

Tints of Viking #40A7BC

Color information

#40A7BC (or 0x40A7BC) is unknown color: approx Viking. HEX triplet: 40, A7 and BC. RGB value is (64,167,188). Sum of RGB (Red+Green+Blue) = 64+167+188=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #40A7BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A7BC is #BF5843. Grayscale: #8A8A8A. Windows color (decimal): -12539972 or 12363584. OLE color: 12363584.

HSL color Cylindrical-coordinate representation of color #40A7BC: hue angle of 190.16º 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 #40A7BC is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64167188-
CMYK0.660.1100.26
HSL190.16º49.21%49.41%-
HSV(B)190.16º65.96%73.73%-
XYZ25.0132.3652.5-
YUV138.6155.8874.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.27%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=15.27%
G=39.86%
B=44.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641671880.660.1100.26190.1649.2149.41
Hex40A7BC42B01Abe3131
Octal100247274102130322766161
Binary100000010100111101111001000010101101101010111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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