Shades of Portage #748CDB
Tints of Portage #748CDB
RGB
CMYK
RGB Variations
Color information
#748CDB (or 0x748CDB) is known color: Portage. HEX triplet: 74, 8C and DB. RGB value is (116,140,219). Sum of RGB (Red+Green+Blue) = 116+140+219=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #748CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CDB is #8B7324. Grayscale: #8D8D8D. Windows color (decimal): -9138981 or 14388340. OLE color: 14388340.
HSL color Cylindrical-coordinate representation of color #748CDB: hue angle of 226.02º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748CDB is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 140 | 219 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.14 |
| HSL | 226.02º | 0.59% | 0.66% | - |
| HSV(B) | 226.02º | 0.47% | 0.86% | - |
| XYZ | 29.37 | 27.58 | 70.79 | - |
| YUV | 141.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 219 | 0.47 | 0.36 | 0 | 0.14 | 226.02 | 0.59 | 0.66 |
| Hex | 74 | 8C | DB | 2F | 24 | 0 | E | E2 | 3B | 42 |
| Octal | 164 | 214 | 333 | 57 | 44 | 0 | 16 | 342 | 73 | 102 |
| Binary | 1110100 | 10001100 | 11011011 | 101111 | 100100 | 0 | 1110 | 11100010 | 111011 | 1000010 |
Color Harmonies of #748CDB
Complementary color
Monochromatic Colors of #748CDB
Black with #748CDB
Text Example
Text Example
White with #748CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CDB; }
p { color: rgb(116,140,219); }
H1.HeaderClassName
{
color: #748CDB;
}
.AnyTagClassName
{
color: #748CDB;
}
</style>
background-color css
<style>
a { background-color: #748CDB; }
a { background-color: rgb(116,140,219); }
div.DivClassName
{
background-color: #748CDB;
}
.BgClassName
{
background-color: #748CDB;
}
</style>
border-color css
<style>
span { border-color: #748CDB; }
span { border-color: rgb(116,140,219); }
td.TdClassName
{
border-color: #748CDB;
}
.TagClassName
{
border-color: #748CDB;
}
</style>