Html Css Color HEX #409596 Blue Chill

📋 copy color: '#409596'

red 64 ◦ green 149 ◦ blue 150

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

Shades of Blue Chill #409596

Tints of Blue Chill #409596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 17.63%
G = 41.05%
B = 41.32%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#409596 (or 0x409596) is known color: Blue Chill. HEX triplet: 40, 95 and 96. RGB value is (64,149,150). Sum of RGB (Red+Green+Blue) = 64+149+150=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #409596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409596 is #BF6A69. Grayscale: #7B7B7B. Windows color (decimal): -12544618 or 9868608. OLE color: 9868608.

HSL color Cylindrical-coordinate representation of color #409596: hue angle of 180.7º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409596 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 149 150 -
CMYK 0.57 0.01 0 0.41
HSL 180.7º 0.4% 0.42% -
HSV(B) 180.7º 0.57% 0.59% -
XYZ 18.37 24.79 32.67 -
YUV 123.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 64 149 150 0.57 0.01 0 0.41 180.7 0.4 0.42
Hex 40 95 96 39 1 0 29 B5 28 2A
Octal 100 225 226 71 1 0 51 265 50 52
Binary 1000000 10010101 10010110 111001 1 0 101001 10110101 101000 101010

Color Harmonies of #409596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409596

Black with #409596

Text Example


Text Example

White with #409596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409596; }

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

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

background-color css

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

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

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

border-color css

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

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

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