Html Css Color HEX #409195 Blue Chill

📋 copy color: '#409195'

red 64 ◦ green 145 ◦ blue 149

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

Shades of Blue Chill #409195

Tints of Blue Chill #409195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.5%

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

R = 17.88%
G = 40.5%
B = 41.62%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#409195 (or 0x409195) is known color: Blue Chill. HEX triplet: 40, 91 and 95. RGB value is (64,145,149). Sum of RGB (Red+Green+Blue) = 64+145+149=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #409195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409195 is #BF6E6A. Grayscale: #797979. Windows color (decimal): -12545643 or 9802048. OLE color: 9802048.

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

Color convert

RGB 64 145 149 -
CMYK 0.57 0.03 0 0.42
HSL 182.82º 0.4% 0.42% -
HSV(B) 182.82º 0.57% 0.58% -
XYZ 17.66 23.51 32.04 -
YUV 121.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 64 145 149 0.57 0.03 0 0.42 182.82 0.4 0.42
Hex 40 91 95 39 3 0 2A B7 28 2A
Octal 100 221 225 71 3 0 52 267 50 52
Binary 1000000 10010001 10010101 111001 11 0 101010 10110111 101000 101010

Color Harmonies of #409195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409195

Black with #409195

Text Example


Text Example

White with #409195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409195; }

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

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

background-color css

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

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

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

border-color css

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

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

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