Shades of Paradiso #4B767C
Tints of Paradiso #4B767C
RGB
CMYK
RGB Variations
Color information
#4B767C (or 0x4B767C) is known color: Paradiso. HEX triplet: 4B, 76 and 7C. RGB value is (75,118,124). Sum of RGB (Red+Green+Blue) = 75+118+124=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B767C is #B48983. Grayscale: #696969. Windows color (decimal): -11831684 or 8156747. OLE color: 8156747.
HSL color Cylindrical-coordinate representation of color #4B767C: hue angle of 187.35º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B767C is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 118 | 124 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.51 |
| HSL | 187.35º | 0.25% | 0.39% | - |
| HSV(B) | 187.35º | 0.4% | 0.49% | - |
| XYZ | 13.02 | 15.91 | 21.45 | - |
| YUV | 105.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 124 | 0.40 | 0.05 | 0 | 0.51 | 187.35 | 0.25 | 0.39 |
| Hex | 4B | 76 | 7C | 28 | 5 | 0 | 33 | BB | 19 | 27 |
| Octal | 113 | 166 | 174 | 50 | 5 | 0 | 63 | 273 | 31 | 47 |
| Binary | 1001011 | 1110110 | 1111100 | 101000 | 101 | 0 | 110011 | 10111011 | 11001 | 100111 |
Color Harmonies of #4B767C
Complementary color
Monochromatic Colors of #4B767C
Black with #4B767C
Text Example
Text Example
White with #4B767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B767C; }
p { color: rgb(75,118,124); }
H1.HeaderClassName
{
color: #4B767C;
}
.AnyTagClassName
{
color: #4B767C;
}
</style>
background-color css
<style>
a { background-color: #4B767C; }
a { background-color: rgb(75,118,124); }
div.DivClassName
{
background-color: #4B767C;
}
.BgClassName
{
background-color: #4B767C;
}
</style>
border-color css
<style>
span { border-color: #4B767C; }
span { border-color: rgb(75,118,124); }
td.TdClassName
{
border-color: #4B767C;
}
.TagClassName
{
border-color: #4B767C;
}
</style>