#40969E

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

Shades of Blue Chill #40969E

Tints of Blue Chill #40969E

Color information

#40969E (or 0x40969E) is unknown color: approx Blue Chill. HEX triplet: 40, 96 and 9E. RGB value is (64,150,158). Sum of RGB (Red+Green+Blue) = 64+150+158=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #40969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40969E is #BF6961. Grayscale: #7D7D7D. Windows color (decimal): -12544354 or 10393152. OLE color: 10393152.

HSL color Cylindrical-coordinate representation of color #40969E: hue angle of 185.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40969E is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64150158-
CMYK0.590.0500.38
HSL185.11º42.34%43.53%-
HSV(B)185.11º59.49%61.96%-
XYZ19.1925.3736.23-
YUV125.2146.5184.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.20%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=17.20%
G=40.32%
B=42.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641501580.590.0500.38185.1142.3443.53
Hex40969E3B5026b92a2c
Octal1002262367350462715254
Binary10000001001011010011110111011101010011010111001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40969E; }

 p { color: rgb(64,150,158); }

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

<style>
 a { background-color: #40969E; }

 a { background-color: rgb(64,150,158); }

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

<style>
 span { border-color: #40969E; }

 span { border-color: rgb(64,150,158); }

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