Shades of Scooter #409BA4
Tints of Scooter #409BA4
RGB
CMYK
RGB Variations
Color information
#409BA4 (or 0x409BA4) is known color: Scooter. HEX triplet: 40, 9B and A4. RGB value is (64,155,164). Sum of RGB (Red+Green+Blue) = 64+155+164=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #409BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BA4 is #BF645B. Grayscale: #808080. Windows color (decimal): -12543068 or 10787648. OLE color: 10787648.
HSL color Cylindrical-coordinate representation of color #409BA4: hue angle of 185.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #409BA4 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 155 | 164 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.36 |
| HSL | 185.4º | 0.44% | 0.45% | - |
| HSV(B) | 185.4º | 0.61% | 0.64% | - |
| XYZ | 20.54 | 27.21 | 39.29 | - |
| YUV | 128.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 164 | 0.61 | 0.05 | 0 | 0.36 | 185.4 | 0.44 | 0.45 |
| Hex | 40 | 9B | A4 | 3D | 5 | 0 | 24 | B9 | 2C | 2D |
| Octal | 100 | 233 | 244 | 75 | 5 | 0 | 44 | 271 | 54 | 55 |
| Binary | 1000000 | 10011011 | 10100100 | 111101 | 101 | 0 | 100100 | 10111001 | 101100 | 101101 |
Color Harmonies of #409BA4
Complementary color
Monochromatic Colors of #409BA4
Black with #409BA4
Text Example
Text Example
White with #409BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BA4; }
p { color: rgb(64,155,164); }
H1.HeaderClassName
{
color: #409BA4;
}
.AnyTagClassName
{
color: #409BA4;
}
</style>
background-color css
<style>
a { background-color: #409BA4; }
a { background-color: rgb(64,155,164); }
div.DivClassName
{
background-color: #409BA4;
}
.BgClassName
{
background-color: #409BA4;
}
</style>
border-color css
<style>
span { border-color: #409BA4; }
span { border-color: rgb(64,155,164); }
td.TdClassName
{
border-color: #409BA4;
}
.TagClassName
{
border-color: #409BA4;
}
</style>