Shades of Scooter #409DA3
Tints of Scooter #409DA3
RGB
CMYK
RGB Variations
Color information
#409DA3 (or 0x409DA3) is known color: Scooter. HEX triplet: 40, 9D and A3. RGB value is (64,157,163). Sum of RGB (Red+Green+Blue) = 64+157+163=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #409DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409DA3 is #BF625C. Grayscale: #818181. Windows color (decimal): -12542557 or 10722624. OLE color: 10722624.
HSL color Cylindrical-coordinate representation of color #409DA3: hue angle of 183.64º 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 #409DA3 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 157 | 163 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.36 |
| HSL | 183.64º | 0.44% | 0.45% | - |
| HSV(B) | 183.64º | 0.61% | 0.64% | - |
| XYZ | 20.78 | 27.85 | 38.93 | - |
| YUV | 129.88 | 146.69 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 163 | 0.61 | 0.04 | 0 | 0.36 | 183.64 | 0.44 | 0.45 |
| Hex | 40 | 9D | A3 | 3D | 4 | 0 | 24 | B8 | 2C | 2D |
| Octal | 100 | 235 | 243 | 75 | 4 | 0 | 44 | 270 | 54 | 55 |
| Binary | 1000000 | 10011101 | 10100011 | 111101 | 100 | 0 | 100100 | 10111000 | 101100 | 101101 |
Color Harmonies of #409DA3
Complementary color
Monochromatic Colors of #409DA3
Black with #409DA3
Text Example
Text Example
White with #409DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DA3; }
p { color: rgb(64,157,163); }
H1.HeaderClassName
{
color: #409DA3;
}
.AnyTagClassName
{
color: #409DA3;
}
</style>
background-color css
<style>
a { background-color: #409DA3; }
a { background-color: rgb(64,157,163); }
div.DivClassName
{
background-color: #409DA3;
}
.BgClassName
{
background-color: #409DA3;
}
</style>
border-color css
<style>
span { border-color: #409DA3; }
span { border-color: rgb(64,157,163); }
td.TdClassName
{
border-color: #409DA3;
}
.TagClassName
{
border-color: #409DA3;
}
</style>