Html Css Color HEX #409B9C Blue Chill

📋 copy color: '#409B9C'

red 64 ◦ green 155 ◦ blue 156

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

Shades of Blue Chill #409B9C

Tints of Blue Chill #409B9C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 17.07%
G = 41.33%
B = 41.6%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#409B9C (or 0x409B9C) is known color: Blue Chill. HEX triplet: 40, 9B and 9C. RGB value is (64,155,156). Sum of RGB (Red+Green+Blue) = 64+155+156=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #409B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B9C is #BF6463. Grayscale: #7F7F7F. Windows color (decimal): -12543076 or 10263360. OLE color: 10263360.

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

Color convert

RGB 64 155 156 -
CMYK 0.59 0.01 0 0.39
HSL 180.65º 0.42% 0.43% -
HSV(B) 180.65º 0.59% 0.61% -
XYZ 19.84 26.93 35.61 -
YUV 127.91 143.85 82.42 -
System Red Green Blue C M Y K H S L
Decimal 64 155 156 0.59 0.01 0 0.39 180.65 0.42 0.43
Hex 40 9B 9C 3B 1 0 27 B5 2A 2B
Octal 100 233 234 73 1 0 47 265 52 53
Binary 1000000 10011011 10011100 111011 1 0 100111 10110101 101010 101011

Color Harmonies of #409B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409B9C

Black with #409B9C

Text Example


Text Example

White with #409B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,155,156); }

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

background-color css

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

 a { background-color: rgb(64,155,156); }

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

border-color css

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

 span { border-color: rgb(64,155,156); }

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