Html Css Color HEX #40928C Blue Chill

📋 copy color: '#40928C'

red 64 ◦ green 146 ◦ blue 140

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

Shades of Blue Chill #40928C

Tints of Blue Chill #40928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.71%

 BLUE value IS 140 (55.08% from 255) = 40%

R = 18.29%
G = 41.71%
B = 40%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#40928C (or 0x40928C) is known color: Blue Chill. HEX triplet: 40, 92 and 8C. RGB value is (64,146,140). Sum of RGB (Red+Green+Blue) = 64+146+140=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #40928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40928C is #BF6D73. Grayscale: #787878. Windows color (decimal): -12545396 or 9212480. OLE color: 9212480.

HSL color Cylindrical-coordinate representation of color #40928C: hue angle of 175.61º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40928C is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 140 -
CMYK 0.56 0 0.04 0.43
HSL 175.61º 0.39% 0.41% -
HSV(B) 175.61º 0.56% 0.57% -
XYZ 17.13 23.54 28.45 -
YUV 120.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 64 146 140 0.56 0 0.04 0.43 175.61 0.39 0.41
Hex 40 92 8C 38 0 4 2B B0 27 29
Octal 100 222 214 70 0 4 53 260 47 51
Binary 1000000 10010010 10001100 111000 0 100 101011 10110000 100111 101001

Color Harmonies of #40928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40928C

Black with #40928C

Text Example


Text Example

White with #40928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40928C; }

 p { color: rgb(64,146,140); }

 H1.HeaderClassName
 {
   color: #40928C;
 }
 .AnyTagClassName
 {
   color: #40928C;
 }
</style>

background-color css

<style>
 a { background-color: #40928C; }

 a { background-color: rgb(64,146,140); }

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

border-color css

<style>
 span { border-color: #40928C; }

 span { border-color: rgb(64,146,140); }

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