Html Css Color HEX #40999E Blue Chill

📋 copy color: '#40999E'

red 64 ◦ green 153 ◦ blue 158

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

Shades of Blue Chill #40999E

Tints of Blue Chill #40999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 17.07%
G = 40.8%
B = 42.13%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40999E (or 0x40999E) is known color: Blue Chill. HEX triplet: 40, 99 and 9E. RGB value is (64,153,158). Sum of RGB (Red+Green+Blue) = 64+153+158=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #40999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40999E is #BF6661. Grayscale: #7E7E7E. Windows color (decimal): -12543586 or 10393920. OLE color: 10393920.

HSL color Cylindrical-coordinate representation of color #40999E: hue angle of 183.19º 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 #40999E is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 153 158 -
CMYK 0.59 0.03 0 0.38
HSL 183.19º 0.42% 0.44% -
HSV(B) 183.19º 0.59% 0.62% -
XYZ 19.68 26.34 36.4 -
YUV 126.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 64 153 158 0.59 0.03 0 0.38 183.19 0.42 0.44
Hex 40 99 9E 3B 3 0 26 B7 2A 2C
Octal 100 231 236 73 3 0 46 267 52 54
Binary 1000000 10011001 10011110 111011 11 0 100110 10110111 101010 101100

Color Harmonies of #40999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40999E

Black with #40999E

Text Example


Text Example

White with #40999E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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