Html Css Color HEX #40958F Blue Chill

📋 copy color: '#40958F'

red 64 ◦ green 149 ◦ blue 143

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

Shades of Blue Chill #40958F

Tints of Blue Chill #40958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 17.98%
G = 41.85%
B = 40.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#40958F (or 0x40958F) is known color: Blue Chill. HEX triplet: 40, 95 and 8F. RGB value is (64,149,143). Sum of RGB (Red+Green+Blue) = 64+149+143=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #40958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40958F is #BF6A70. Grayscale: #7A7A7A. Windows color (decimal): -12544625 or 9409856. OLE color: 9409856.

HSL color Cylindrical-coordinate representation of color #40958F: hue angle of 175.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40958F is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 143 -
CMYK 0.57 0 0.04 0.42
HSL 175.76º 0.4% 0.42% -
HSV(B) 175.76º 0.57% 0.58% -
XYZ 17.82 24.57 29.79 -
YUV 122.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 64 149 143 0.57 0 0.04 0.42 175.76 0.4 0.42
Hex 40 95 8F 39 0 4 2A B0 28 2A
Octal 100 225 217 71 0 4 52 260 50 52
Binary 1000000 10010101 10001111 111001 0 100 101010 10110000 101000 101010

Color Harmonies of #40958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40958F

Black with #40958F

Text Example


Text Example

White with #40958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,149,143); }

 H1.HeaderClassName
 {
   color: #40958F;
 }
 .AnyTagClassName
 {
   color: #40958F;
 }
</style>

background-color css

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

 a { background-color: rgb(64,149,143); }

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

border-color css

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

 span { border-color: rgb(64,149,143); }

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