Html Css Color HEX #409699 Blue Chill

📋 copy color: '#409699'

red 64 ◦ green 150 ◦ blue 153

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

Shades of Blue Chill #409699

Tints of Blue Chill #409699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

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

R = 17.44%
G = 40.87%
B = 41.69%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#409699 (or 0x409699) is known color: Blue Chill. HEX triplet: 40, 96 and 99. RGB value is (64,150,153). Sum of RGB (Red+Green+Blue) = 64+150+153=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #409699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409699 is #BF6966. Grayscale: #7C7C7C. Windows color (decimal): -12544359 or 10065472. OLE color: 10065472.

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

Color convert

RGB 64 150 153 -
CMYK 0.58 0.02 0 0.4
HSL 182.02º 0.41% 0.43% -
HSV(B) 182.02º 0.58% 0.6% -
XYZ 18.77 25.2 34.01 -
YUV 124.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 64 150 153 0.58 0.02 0 0.4 182.02 0.41 0.43
Hex 40 96 99 3A 2 0 28 B6 29 2B
Octal 100 226 231 72 2 0 50 266 51 53
Binary 1000000 10010110 10011001 111010 10 0 101000 10110110 101001 101011

Color Harmonies of #409699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409699

Black with #409699

Text Example


Text Example

White with #409699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409699; }

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

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

background-color css

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

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

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

border-color css

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

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

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