Shades of Oracle #424F50
Tints of Oracle #424F50
RGB
CMYK
RGB Variations
Color information
#424F50 (or 0x424F50) is known color: Oracle. HEX triplet: 42, 4F and 50. RGB value is (66,79,80). Sum of RGB (Red+Green+Blue) = 66+79+80=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #424F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F50 is #BDB0AF. Grayscale: #4B4B4B. Windows color (decimal): -12431536 or 5263170. OLE color: 5263170.
HSL color Cylindrical-coordinate representation of color #424F50: hue angle of 184.29º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #424F50 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 80 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.69 |
| HSL | 184.29º | 0.1% | 0.29% | - |
| HSV(B) | 184.29º | 0.18% | 0.31% | - |
| XYZ | 6.49 | 7.33 | 8.66 | - |
| YUV | 75.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 80 | 0.17 | 0.01 | 0 | 0.69 | 184.29 | 0.1 | 0.29 |
| Hex | 42 | 4F | 50 | 11 | 1 | 0 | 45 | B8 | A | 1D |
| Octal | 102 | 117 | 120 | 21 | 1 | 0 | 105 | 270 | 12 | 35 |
| Binary | 1000010 | 1001111 | 1010000 | 10001 | 1 | 0 | 1000101 | 10111000 | 1010 | 11101 |
Color Harmonies of #424F50
Complementary color
Monochromatic Colors of #424F50
Black with #424F50
Text Example
Text Example
White with #424F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F50; }
p { color: rgb(66,79,80); }
H1.HeaderClassName
{
color: #424F50;
}
.AnyTagClassName
{
color: #424F50;
}
</style>
background-color css
<style>
a { background-color: #424F50; }
a { background-color: rgb(66,79,80); }
div.DivClassName
{
background-color: #424F50;
}
.BgClassName
{
background-color: #424F50;
}
</style>
border-color css
<style>
span { border-color: #424F50; }
span { border-color: rgb(66,79,80); }
td.TdClassName
{
border-color: #424F50;
}
.TagClassName
{
border-color: #424F50;
}
</style>