#40958F

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

Shades of Blue Chill #40958F

Tints of Blue Chill #40958F

Color information

#40958F (or 0x40958F) is unknown color: approx Blue Chill. HEX triplet: 40, 95 and 8F. RGB value is (64,149,143). Sum of RGB (Red+Green+Blue) = 64+149+143=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #40958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40958F is #BF6A70. Grayscale: #7A7A7A. Windows color (decimal): -12544625 or 9409856. OLE color: 9409856.

HSL color Cylindrical-coordinate representation of color #40958F: hue angle of 175.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40958F is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB64149143-
CMYK0.5700.040.42
HSL175.76º39.91%41.76%-
HSV(B)175.76º57.05%58.43%-
XYZ17.8224.5729.79-
YUV122.9139.3485.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 143 (56.25% from 255) = 40.17%
R=17.98%
G=41.85%
B=40.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491430.5700.040.42175.7639.9141.76
Hex40958F39042Ab0282a
Octal1002252177104522605052
Binary10000001001010110001111111001010010101010110000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40958F; }

 p { color: rgb(64,149,143); }

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

<style>
 a { background-color: #40958F; }

 a { background-color: rgb(64,149,143); }

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

<style>
 span { border-color: #40958F; }

 span { border-color: rgb(64,149,143); }

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