#409B98

Color #409B98 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #409B98

Tints of Blue Chill #409B98

Color information

#409B98 (or 0x409B98) is unknown color: approx Blue Chill. HEX triplet: 40, 9B and 98. RGB value is (64,155,152). Sum of RGB (Red+Green+Blue) = 64+155+152=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #409B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B98 is #BF6467. Grayscale: #7F7F7F. Windows color (decimal): -12543080 or 10001216. OLE color: 10001216.

HSL color Cylindrical-coordinate representation of color #409B98: hue angle of 178.02º 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 #409B98 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB64155152-
CMYK0.5900.020.39
HSL178.02º41.55%42.94%-
HSV(B)178.02º58.71%60.78%-
XYZ19.526.833.85-
YUV127.45141.8582.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=17.25%
G=41.78%
B=40.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641551520.5900.020.39178.0241.5542.94
Hex409B983B0227b22a2b
Octal1002332307302472625253
Binary1000000100110111001100011101101010011110110010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #409B98;
 }
 .AnyTagClassName
 {
   color: #409B98;
 }
</style>
background-color css

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

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

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

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

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

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