Html Css Color HEX #409497 Blue Chill

📋 copy color: '#409497'

red 64 ◦ green 148 ◦ blue 151

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

Shades of Blue Chill #409497

Tints of Blue Chill #409497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 17.63%
G = 40.77%
B = 41.6%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#409497 (or 0x409497) is known color: Blue Chill. HEX triplet: 40, 94 and 97. RGB value is (64,148,151). Sum of RGB (Red+Green+Blue) = 64+148+151=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #409497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409497 is #BF6B68. Grayscale: #7B7B7B. Windows color (decimal): -12544873 or 9933888. OLE color: 9933888.

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

Color convert

RGB 64 148 151 -
CMYK 0.58 0.02 0 0.41
HSL 182.07º 0.4% 0.42% -
HSV(B) 182.07º 0.58% 0.59% -
XYZ 18.29 24.5 33.04 -
YUV 123.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 64 148 151 0.58 0.02 0 0.41 182.07 0.4 0.42
Hex 40 94 97 3A 2 0 29 B6 28 2A
Octal 100 224 227 72 2 0 51 266 50 52
Binary 1000000 10010100 10010111 111010 10 0 101001 10110110 101000 101010

Color Harmonies of #409497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409497

Black with #409497

Text Example


Text Example

White with #409497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409497; }

 p { color: rgb(64,148,151); }

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

background-color css

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

 a { background-color: rgb(64,148,151); }

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

border-color css

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

 span { border-color: rgb(64,148,151); }

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