Shades of Paradiso #4A767E
Tints of Paradiso #4A767E
RGB
CMYK
RGB Variations
Color information
#4A767E (or 0x4A767E) is known color: Paradiso. HEX triplet: 4A, 76 and 7E. RGB value is (74,118,126). Sum of RGB (Red+Green+Blue) = 74+118+126=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A767E is #B58981. Grayscale: #696969. Windows color (decimal): -11897218 or 8287818. OLE color: 8287818.
HSL color Cylindrical-coordinate representation of color #4A767E: hue angle of 189.23º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A767E is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 118 | 126 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.51 |
| HSL | 189.23º | 0.26% | 0.39% | - |
| HSV(B) | 189.23º | 0.41% | 0.49% | - |
| XYZ | 13.07 | 15.92 | 22.12 | - |
| YUV | 105.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 126 | 0.41 | 0.06 | 0 | 0.51 | 189.23 | 0.26 | 0.39 |
| Hex | 4A | 76 | 7E | 29 | 6 | 0 | 33 | BD | 1A | 27 |
| Octal | 112 | 166 | 176 | 51 | 6 | 0 | 63 | 275 | 32 | 47 |
| Binary | 1001010 | 1110110 | 1111110 | 101001 | 110 | 0 | 110011 | 10111101 | 11010 | 100111 |
Color Harmonies of #4A767E
Complementary color
Monochromatic Colors of #4A767E
Black with #4A767E
Text Example
Text Example
White with #4A767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A767E; }
p { color: rgb(74,118,126); }
H1.HeaderClassName
{
color: #4A767E;
}
.AnyTagClassName
{
color: #4A767E;
}
</style>
background-color css
<style>
a { background-color: #4A767E; }
a { background-color: rgb(74,118,126); }
div.DivClassName
{
background-color: #4A767E;
}
.BgClassName
{
background-color: #4A767E;
}
</style>
border-color css
<style>
span { border-color: #4A767E; }
span { border-color: rgb(74,118,126); }
td.TdClassName
{
border-color: #4A767E;
}
.TagClassName
{
border-color: #4A767E;
}
</style>