Shades of Oracle #404E4F
Tints of Oracle #404E4F
RGB
CMYK
RGB Variations
Color information
#404E4F (or 0x404E4F) is known color: Oracle. HEX triplet: 40, 4E and 4F. RGB value is (64,78,79). Sum of RGB (Red+Green+Blue) = 64+78+79=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #404E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E4F is #BFB1B0. Grayscale: #494949. Windows color (decimal): -12562865 or 5197376. OLE color: 5197376.
HSL color Cylindrical-coordinate representation of color #404E4F: hue angle of 184º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404E4F is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 79 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.69 |
| HSL | 184º | 0.1% | 0.28% | - |
| HSV(B) | 184º | 0.19% | 0.31% | - |
| XYZ | 6.25 | 7.1 | 8.44 | - |
| YUV | 73.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 79 | 0.19 | 0.01 | 0 | 0.69 | 184 | 0.1 | 0.28 |
| Hex | 40 | 4E | 4F | 13 | 1 | 0 | 45 | B8 | A | 1C |
| Octal | 100 | 116 | 117 | 23 | 1 | 0 | 105 | 270 | 12 | 34 |
| Binary | 1000000 | 1001110 | 1001111 | 10011 | 1 | 0 | 1000101 | 10111000 | 1010 | 11100 |
Color Harmonies of #404E4F
Complementary color
Monochromatic Colors of #404E4F
Black with #404E4F
Text Example
Text Example
White with #404E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E4F; }
p { color: rgb(64,78,79); }
H1.HeaderClassName
{
color: #404E4F;
}
.AnyTagClassName
{
color: #404E4F;
}
</style>
background-color css
<style>
a { background-color: #404E4F; }
a { background-color: rgb(64,78,79); }
div.DivClassName
{
background-color: #404E4F;
}
.BgClassName
{
background-color: #404E4F;
}
</style>
border-color css
<style>
span { border-color: #404E4F; }
span { border-color: rgb(64,78,79); }
td.TdClassName
{
border-color: #404E4F;
}
.TagClassName
{
border-color: #404E4F;
}
</style>