Html Css Color HEX #40968E Blue Chill

📋 copy color: '#40968E'

red 64 ◦ green 150 ◦ blue 142

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

Shades of Blue Chill #40968E

Tints of Blue Chill #40968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.89%

R = 17.98%
G = 42.13%
B = 39.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#40968E (or 0x40968E) is known color: Blue Chill. HEX triplet: 40, 96 and 8E. RGB value is (64,150,142). Sum of RGB (Red+Green+Blue) = 64+150+142=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #40968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40968E is #BF6971. Grayscale: #7B7B7B. Windows color (decimal): -12544370 or 9344576. OLE color: 9344576.

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

Color convert

RGB 64 150 142 -
CMYK 0.57 0 0.05 0.41
HSL 174.42º 0.4% 0.42% -
HSV(B) 174.42º 0.57% 0.59% -
XYZ 17.9 24.86 29.45 -
YUV 123.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 64 150 142 0.57 0 0.05 0.41 174.42 0.4 0.42
Hex 40 96 8E 39 0 5 29 AE 28 2A
Octal 100 226 216 71 0 5 51 256 50 52
Binary 1000000 10010110 10001110 111001 0 101 101001 10101110 101000 101010

Color Harmonies of #40968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40968E

Black with #40968E

Text Example


Text Example

White with #40968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40968E;
 }
 .AnyTagClassName
 {
   color: #40968E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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