Html Css Color HEX #40979F Blue Chill

📋 copy color: '#40979F'

red 64 ◦ green 151 ◦ blue 159

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

Shades of Blue Chill #40979F

Tints of Blue Chill #40979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 17.11%
G = 40.37%
B = 42.51%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40979F (or 0x40979F) is known color: Blue Chill. HEX triplet: 40, 97 and 9F. RGB value is (64,151,159). Sum of RGB (Red+Green+Blue) = 64+151+159=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #40979F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40979F is #BF6860. Grayscale: #7D7D7D. Windows color (decimal): -12544097 or 10458944. OLE color: 10458944.

HSL color Cylindrical-coordinate representation of color #40979F: hue angle of 185.05º 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 #40979F is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 151 159 -
CMYK 0.60 0.05 0 0.38
HSL 185.05º 0.43% 0.44% -
HSV(B) 185.05º 0.6% 0.62% -
XYZ 19.44 25.73 36.74 -
YUV 125.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 64 151 159 0.60 0.05 0 0.38 185.05 0.43 0.44
Hex 40 97 9F 3C 5 0 26 B9 2B 2C
Octal 100 227 237 74 5 0 46 271 53 54
Binary 1000000 10010111 10011111 111100 101 0 100110 10111001 101011 101100

Color Harmonies of #40979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40979F

Black with #40979F

Text Example


Text Example

White with #40979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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