#40999F

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

Shades of Blue Chill #40999F

Tints of Blue Chill #40999F

Color information

#40999F (or 0x40999F) is unknown color: approx Blue Chill. HEX triplet: 40, 99 and 9F. RGB value is (64,153,159). Sum of RGB (Red+Green+Blue) = 64+153+159=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #40999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40999F is #BF6660. Grayscale: #7E7E7E. Windows color (decimal): -12543585 or 10459456. OLE color: 10459456.

HSL color Cylindrical-coordinate representation of color #40999F: hue angle of 183.79º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40999F is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64153159-
CMYK0.600.0400.38
HSL183.79º42.6%43.73%-
HSV(B)183.79º59.75%62.35%-
XYZ19.7626.3836.85-
YUV127.07146.0183.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.02%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=17.02%
G=40.69%
B=42.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641531590.600.0400.38183.7942.643.73
Hex40999F3C4026b82b2c
Octal1002312377440462705354
Binary10000001001100110011111111100100010011010111000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,153,159); }

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

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

 a { background-color: rgb(64,153,159); }

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

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

 span { border-color: rgb(64,153,159); }

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