#40978D

Color #40978D Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #40978D

Tints of Blue Chill #40978D

Color information

#40978D (or 0x40978D) is unknown color: approx Blue Chill. HEX triplet: 40, 97 and 8D. RGB value is (64,151,141). Sum of RGB (Red+Green+Blue) = 64+151+141=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #40978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40978D is #BF6872. Grayscale: #7B7B7B. Windows color (decimal): -12544115 or 9279296. OLE color: 9279296.

HSL color Cylindrical-coordinate representation of color #40978D: hue angle of 173.1º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40978D is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB64151141-
CMYK0.5800.070.41
HSL173.1º40.47%42.16%-
HSV(B)173.1º57.62%59.22%-
XYZ17.9925.1529.1-
YUV123.85137.6885.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=17.98%
G=42.42%
B=39.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641511410.5800.070.41173.140.4742.16
Hex40978D3A0729ad282a
Octal1002272157207512555052
Binary10000001001011110001101111010011110100110101101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40978D; }

 p { color: rgb(64,151,141); }

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

<style>
 a { background-color: #40978D; }

 a { background-color: rgb(64,151,141); }

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

<style>
 span { border-color: #40978D; }

 span { border-color: rgb(64,151,141); }

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