Shades of Scooter #40A4A7
Tints of Scooter #40A4A7
RGB
CMYK
RGB Variations
Color information
#40A4A7 (or 0x40A4A7) is known color: Scooter. HEX triplet: 40, A4 and A7. RGB value is (64,164,167). Sum of RGB (Red+Green+Blue) = 64+164+167=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 167 - color contains mainly: blue. Hex color #40A4A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A4A7 is #BF5B58. Grayscale: #868686. Windows color (decimal): -12540761 or 10986560. OLE color: 10986560.
HSL color Cylindrical-coordinate representation of color #40A4A7: hue angle of 181.75º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A4A7 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 164 | 167 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.35 |
| HSL | 181.75º | 0.45% | 0.45% | - |
| HSV(B) | 181.75º | 0.62% | 0.65% | - |
| XYZ | 22.36 | 30.43 | 41.25 | - |
| YUV | 134.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 167 | 0.62 | 0.02 | 0 | 0.35 | 181.75 | 0.45 | 0.45 |
| Hex | 40 | A4 | A7 | 3E | 2 | 0 | 23 | B6 | 2D | 2D |
| Octal | 100 | 244 | 247 | 76 | 2 | 0 | 43 | 266 | 55 | 55 |
| Binary | 1000000 | 10100100 | 10100111 | 111110 | 10 | 0 | 100011 | 10110110 | 101101 | 101101 |
Color Harmonies of #40A4A7
Complementary color
Monochromatic Colors of #40A4A7
Black with #40A4A7
Text Example
Text Example
White with #40A4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A4A7; }
p { color: rgb(64,164,167); }
H1.HeaderClassName
{
color: #40A4A7;
}
.AnyTagClassName
{
color: #40A4A7;
}
</style>
background-color css
<style>
a { background-color: #40A4A7; }
a { background-color: rgb(64,164,167); }
div.DivClassName
{
background-color: #40A4A7;
}
.BgClassName
{
background-color: #40A4A7;
}
</style>
border-color css
<style>
span { border-color: #40A4A7; }
span { border-color: rgb(64,164,167); }
td.TdClassName
{
border-color: #40A4A7;
}
.TagClassName
{
border-color: #40A4A7;
}
</style>