#40928D

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

Shades of Blue Chill #40928D

Tints of Blue Chill #40928D

Color information

#40928D (or 0x40928D) is unknown color: approx Blue Chill. HEX triplet: 40, 92 and 8D. RGB value is (64,146,141). Sum of RGB (Red+Green+Blue) = 64+146+141=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #40928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40928D is #BF6D72. Grayscale: #787878. Windows color (decimal): -12545395 or 9278016. OLE color: 9278016.

HSL color Cylindrical-coordinate representation of color #40928D: hue angle of 176.34º 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 #40928D is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB64146141-
CMYK0.5600.030.43
HSL176.34º39.05%41.18%-
HSV(B)176.34º56.16%57.25%-
XYZ17.223.5728.84-
YUV120.91139.3387.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=18.23%
G=41.60%
B=40.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461410.5600.030.43176.3439.0541.18
Hex40928D38032Bb02729
Octal1002222157003532604751
Binary1000000100100101000110111100001110101110110000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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