Shades of Oracle #414C4D
Tints of Oracle #414C4D
RGB
CMYK
RGB Variations
Color information
#414C4D (or 0x414C4D) is known color: Oracle. HEX triplet: 41, 4C and 4D. RGB value is (65,76,77). Sum of RGB (Red+Green+Blue) = 65+76+77=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #414C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C4D is #BEB3B2. Grayscale: #484848. Windows color (decimal): -12497843 or 5065793. OLE color: 5065793.
HSL color Cylindrical-coordinate representation of color #414C4D: hue angle of 185º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #414C4D is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 77 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.70 |
| HSL | 185º | 0.08% | 0.28% | - |
| HSV(B) | 185º | 0.16% | 0.3% | - |
| XYZ | 6.1 | 6.83 | 8.02 | - |
| YUV | 72.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 77 | 0.16 | 0.01 | 0 | 0.70 | 185 | 0.08 | 0.28 |
| Hex | 41 | 4C | 4D | 10 | 1 | 0 | 46 | B9 | 8 | 1C |
| Octal | 101 | 114 | 115 | 20 | 1 | 0 | 106 | 271 | 10 | 34 |
| Binary | 1000001 | 1001100 | 1001101 | 10000 | 1 | 0 | 1000110 | 10111001 | 1000 | 11100 |
Color Harmonies of #414C4D
Complementary color
Monochromatic Colors of #414C4D
Black with #414C4D
Text Example
Text Example
White with #414C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C4D; }
p { color: rgb(65,76,77); }
H1.HeaderClassName
{
color: #414C4D;
}
.AnyTagClassName
{
color: #414C4D;
}
</style>
background-color css
<style>
a { background-color: #414C4D; }
a { background-color: rgb(65,76,77); }
div.DivClassName
{
background-color: #414C4D;
}
.BgClassName
{
background-color: #414C4D;
}
</style>
border-color css
<style>
span { border-color: #414C4D; }
span { border-color: rgb(65,76,77); }
td.TdClassName
{
border-color: #414C4D;
}
.TagClassName
{
border-color: #414C4D;
}
</style>