Shades of Oracle #414B4C
Tints of Oracle #414B4C
RGB
CMYK
RGB Variations
Color information
#414B4C (or 0x414B4C) is known color: Oracle. HEX triplet: 41, 4B and 4C. RGB value is (65,75,76). Sum of RGB (Red+Green+Blue) = 65+75+76=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #414B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B4C is #BEB4B3. Grayscale: #484848. Windows color (decimal): -12498100 or 5000001. OLE color: 5000001.
HSL color Cylindrical-coordinate representation of color #414B4C: hue angle of 185.45º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #414B4C is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 75 | 76 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.70 |
| HSL | 185.45º | 0.08% | 0.28% | - |
| HSV(B) | 185.45º | 0.14% | 0.3% | - |
| XYZ | 6 | 6.68 | 7.81 | - |
| YUV | 72.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 76 | 0.14 | 0.01 | 0 | 0.70 | 185.45 | 0.08 | 0.28 |
| Hex | 41 | 4B | 4C | E | 1 | 0 | 46 | B9 | 8 | 1C |
| Octal | 101 | 113 | 114 | 16 | 1 | 0 | 106 | 271 | 10 | 34 |
| Binary | 1000001 | 1001011 | 1001100 | 1110 | 1 | 0 | 1000110 | 10111001 | 1000 | 11100 |
Color Harmonies of #414B4C
Complementary color
Monochromatic Colors of #414B4C
Black with #414B4C
Text Example
Text Example
White with #414B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B4C; }
p { color: rgb(65,75,76); }
H1.HeaderClassName
{
color: #414B4C;
}
.AnyTagClassName
{
color: #414B4C;
}
</style>
background-color css
<style>
a { background-color: #414B4C; }
a { background-color: rgb(65,75,76); }
div.DivClassName
{
background-color: #414B4C;
}
.BgClassName
{
background-color: #414B4C;
}
</style>
border-color css
<style>
span { border-color: #414B4C; }
span { border-color: rgb(65,75,76); }
td.TdClassName
{
border-color: #414B4C;
}
.TagClassName
{
border-color: #414B4C;
}
</style>