#40928F

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

Shades of Blue Chill #40928F

Tints of Blue Chill #40928F

Color information

#40928F (or 0x40928F) is unknown color: approx Blue Chill. HEX triplet: 40, 92 and 8F. RGB value is (64,146,143). Sum of RGB (Red+Green+Blue) = 64+146+143=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #40928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40928F is #BF6D70. Grayscale: #797979. Windows color (decimal): -12545393 or 9409088. OLE color: 9409088.

HSL color Cylindrical-coordinate representation of color #40928F: hue angle of 177.8º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40928F is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB64146143-
CMYK0.5600.020.43
HSL177.8º39.05%41.18%-
HSV(B)177.8º56.16%57.25%-
XYZ17.3523.6329.63-
YUV121.14140.3387.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=18.13%
G=41.36%
B=40.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461430.5600.020.43177.839.0541.18
Hex40928F38022Bb22729
Octal1002222177002532624751
Binary1000000100100101000111111100001010101110110010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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