Html Css Color HEX #409995 Blue Chill

📋 copy color: '#409995'

red 64 ◦ green 153 ◦ blue 149

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

Shades of Blue Chill #409995

Tints of Blue Chill #409995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 17.49%
G = 41.8%
B = 40.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#409995 (or 0x409995) is known color: Blue Chill. HEX triplet: 40, 99 and 95. RGB value is (64,153,149). Sum of RGB (Red+Green+Blue) = 64+153+149=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #409995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409995 is #BF666A. Grayscale: #7D7D7D. Windows color (decimal): -12543595 or 9804096. OLE color: 9804096.

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

Color convert

RGB 64 153 149 -
CMYK 0.58 0 0.03 0.4
HSL 177.3º 0.41% 0.43% -
HSV(B) 177.3º 0.58% 0.6% -
XYZ 18.93 26.04 32.46 -
YUV 125.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 64 153 149 0.58 0 0.03 0.4 177.3 0.41 0.43
Hex 40 99 95 3A 0 3 28 B1 29 2B
Octal 100 231 225 72 0 3 50 261 51 53
Binary 1000000 10011001 10010101 111010 0 11 101000 10110001 101001 101011

Color Harmonies of #409995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409995

Black with #409995

Text Example


Text Example

White with #409995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409995; }

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

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

background-color css

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

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

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

border-color css

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

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

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