Html Css Color HEX #409399 Blue Chill

📋 copy color: '#409399'

red 64 ◦ green 147 ◦ blue 153

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

Shades of Blue Chill #409399

Tints of Blue Chill #409399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 17.58%
G = 40.38%
B = 42.03%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#409399 (or 0x409399) is known color: Blue Chill. HEX triplet: 40, 93 and 99. RGB value is (64,147,153). Sum of RGB (Red+Green+Blue) = 64+147+153=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #409399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409399 is #BF6C66. Grayscale: #7A7A7A. Windows color (decimal): -12545127 or 10064704. OLE color: 10064704.

HSL color Cylindrical-coordinate representation of color #409399: hue angle of 184.04º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409399 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 147 153 -
CMYK 0.58 0.04 0 0.4
HSL 184.04º 0.41% 0.43% -
HSV(B) 184.04º 0.58% 0.6% -
XYZ 18.3 24.26 33.85 -
YUV 122.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 64 147 153 0.58 0.04 0 0.4 184.04 0.41 0.43
Hex 40 93 99 3A 4 0 28 B8 29 2B
Octal 100 223 231 72 4 0 50 270 51 53
Binary 1000000 10010011 10011001 111010 100 0 101000 10111000 101001 101011

Color Harmonies of #409399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409399

Black with #409399

Text Example


Text Example

White with #409399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409399; }

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

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

background-color css

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

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

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

border-color css

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

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

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