Html Css Color HEX #409D9A Blue Chill

📋 copy color: '#409D9A'

red 64 ◦ green 157 ◦ blue 154

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

Shades of Blue Chill #409D9A

Tints of Blue Chill #409D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.87%

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 17.07%
G = 41.87%
B = 41.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#409D9A (or 0x409D9A) is known color: Blue Chill. HEX triplet: 40, 9D and 9A. RGB value is (64,157,154). Sum of RGB (Red+Green+Blue) = 64+157+154=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #409D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409D9A is #BF6265. Grayscale: #808080. Windows color (decimal): -12542566 or 10132800. OLE color: 10132800.

HSL color Cylindrical-coordinate representation of color #409D9A: hue angle of 178.06º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409D9A is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 157 154 -
CMYK 0.59 0 0.02 0.38
HSL 178.06º 0.42% 0.43% -
HSV(B) 178.06º 0.59% 0.62% -
XYZ 20 27.54 34.83 -
YUV 128.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 64 157 154 0.59 0 0.02 0.38 178.06 0.42 0.43
Hex 40 9D 9A 3B 0 2 26 B2 2A 2B
Octal 100 235 232 73 0 2 46 262 52 53
Binary 1000000 10011101 10011010 111011 0 10 100110 10110010 101010 101011

Color Harmonies of #409D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409D9A

Black with #409D9A

Text Example


Text Example

White with #409D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409D9A; }

 p { color: rgb(64,157,154); }

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

background-color css

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

 a { background-color: rgb(64,157,154); }

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

border-color css

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

 span { border-color: rgb(64,157,154); }

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