Html Css Color HEX #409299 Blue Chill

📋 copy color: '#409299'

red 64 ◦ green 146 ◦ blue 153

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

Shades of Blue Chill #409299

Tints of Blue Chill #409299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

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

R = 17.63%
G = 40.22%
B = 42.15%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#409299 (or 0x409299) is known color: Blue Chill. HEX triplet: 40, 92 and 99. RGB value is (64,146,153). Sum of RGB (Red+Green+Blue) = 64+146+153=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #409299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409299 is #BF6D66. Grayscale: #7A7A7A. Windows color (decimal): -12545383 or 10064448. OLE color: 10064448.

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

Color convert

RGB 64 146 153 -
CMYK 0.58 0.05 0 0.4
HSL 184.72º 0.41% 0.43% -
HSV(B) 184.72º 0.58% 0.6% -
XYZ 18.14 23.95 33.8 -
YUV 122.28 145.33 86.43 -
System Red Green Blue C M Y K H S L
Decimal 64 146 153 0.58 0.05 0 0.4 184.72 0.41 0.43
Hex 40 92 99 3A 5 0 28 B9 29 2B
Octal 100 222 231 72 5 0 50 271 51 53
Binary 1000000 10010010 10011001 111010 101 0 101000 10111001 101001 101011

Color Harmonies of #409299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409299

Black with #409299

Text Example


Text Example

White with #409299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409299; }

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

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

background-color css

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

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

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

border-color css

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

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

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