Html Css Color HEX #40969E Blue Chill

📋 copy color: '#40969E'

red 64 ◦ green 150 ◦ blue 158

#40969E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #40969E

Tints of Blue Chill #40969E

RGB

 RED value IS 64 (25.39% from 255) = 17.2%

 GREEN value IS 150 (58.98% from 255) = 40.32%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 17.2%
G = 40.32%
B = 42.47%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40969E (or 0x40969E) is known color: 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

RGB 64 150 158 -
CMYK 0.59 0.05 0 0.38
HSL 185.11º 0.42% 0.44% -
HSV(B) 185.11º 0.59% 0.62% -
XYZ 19.19 25.37 36.23 -
YUV 125.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 64 150 158 0.59 0.05 0 0.38 185.11 0.42 0.44
Hex 40 96 9E 3B 5 0 26 B9 2A 2C
Octal 100 226 236 73 5 0 46 271 52 54
Binary 1000000 10010110 10011110 111011 101 0 100110 10111001 101010 101100

Color Harmonies of #40969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40969E

Black with #40969E

Text Example


Text Example

White with #40969E

Text Example


Text Example

HTML Codes & Css Web 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>