Shades of Oracle #404C4D
Tints of Oracle #404C4D
RGB
CMYK
RGB Variations
Color information
#404C4D (or 0x404C4D) is known color: Oracle. HEX triplet: 40, 4C and 4D. RGB value is (64,76,77). Sum of RGB (Red+Green+Blue) = 64+76+77=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #404C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C4D is #BFB3B2. Grayscale: #484848. Windows color (decimal): -12563379 or 5065792. OLE color: 5065792.
HSL color Cylindrical-coordinate representation of color #404C4D: hue angle of 184.62º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404C4D is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 77 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.70 |
| HSL | 184.62º | 0.09% | 0.28% | - |
| HSV(B) | 184.62º | 0.17% | 0.3% | - |
| XYZ | 6.04 | 6.79 | 8.01 | - |
| YUV | 72.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 77 | 0.17 | 0.01 | 0 | 0.70 | 184.62 | 0.09 | 0.28 |
| Hex | 40 | 4C | 4D | 11 | 1 | 0 | 46 | B9 | 9 | 1C |
| Octal | 100 | 114 | 115 | 21 | 1 | 0 | 106 | 271 | 11 | 34 |
| Binary | 1000000 | 1001100 | 1001101 | 10001 | 1 | 0 | 1000110 | 10111001 | 1001 | 11100 |
Color Harmonies of #404C4D
Complementary color
Monochromatic Colors of #404C4D
Black with #404C4D
Text Example
Text Example
White with #404C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C4D; }
p { color: rgb(64,76,77); }
H1.HeaderClassName
{
color: #404C4D;
}
.AnyTagClassName
{
color: #404C4D;
}
</style>
background-color css
<style>
a { background-color: #404C4D; }
a { background-color: rgb(64,76,77); }
div.DivClassName
{
background-color: #404C4D;
}
.BgClassName
{
background-color: #404C4D;
}
</style>
border-color css
<style>
span { border-color: #404C4D; }
span { border-color: rgb(64,76,77); }
td.TdClassName
{
border-color: #404C4D;
}
.TagClassName
{
border-color: #404C4D;
}
</style>