Html Css Color HEX #409295 Blue Chill

📋 copy color: '#409295'

red 64 ◦ green 146 ◦ blue 149

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

Shades of Blue Chill #409295

Tints of Blue Chill #409295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 17.83%
G = 40.67%
B = 41.5%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#409295 (or 0x409295) is known color: Blue Chill. HEX triplet: 40, 92 and 95. RGB value is (64,146,149). Sum of RGB (Red+Green+Blue) = 64+146+149=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #409295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409295 is #BF6D6A. Grayscale: #797979. Windows color (decimal): -12545387 or 9802304. OLE color: 9802304.

HSL color Cylindrical-coordinate representation of color #409295: hue angle of 182.12º 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 #409295 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 146 149 -
CMYK 0.57 0.02 0 0.42
HSL 182.12º 0.4% 0.42% -
HSV(B) 182.12º 0.57% 0.58% -
XYZ 17.82 23.82 32.09 -
YUV 121.82 143.33 86.76 -
System Red Green Blue C M Y K H S L
Decimal 64 146 149 0.57 0.02 0 0.42 182.12 0.4 0.42
Hex 40 92 95 39 2 0 2A B6 28 2A
Octal 100 222 225 71 2 0 52 266 50 52
Binary 1000000 10010010 10010101 111001 10 0 101010 10110110 101000 101010

Color Harmonies of #409295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409295

Black with #409295

Text Example


Text Example

White with #409295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409295; }

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

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

background-color css

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

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

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

border-color css

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

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

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