Shades of Portage #748BDA
Tints of Portage #748BDA
RGB
CMYK
RGB Variations
Color information
#748BDA (or 0x748BDA) is known color: Portage. HEX triplet: 74, 8B and DA. RGB value is (116,139,218). Sum of RGB (Red+Green+Blue) = 116+139+218=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #748BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BDA is #8B7425. Grayscale: #8C8C8C. Windows color (decimal): -9139238 or 14322548. OLE color: 14322548.
HSL color Cylindrical-coordinate representation of color #748BDA: hue angle of 226.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748BDA is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 139 | 218 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.15 |
| HSL | 226.47º | 0.58% | 0.65% | - |
| HSV(B) | 226.47º | 0.47% | 0.85% | - |
| XYZ | 29.09 | 27.24 | 70.05 | - |
| YUV | 141.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 218 | 0.47 | 0.36 | 0 | 0.15 | 226.47 | 0.58 | 0.65 |
| Hex | 74 | 8B | DA | 2F | 24 | 0 | F | E2 | 3A | 41 |
| Octal | 164 | 213 | 332 | 57 | 44 | 0 | 17 | 342 | 72 | 101 |
| Binary | 1110100 | 10001011 | 11011010 | 101111 | 100100 | 0 | 1111 | 11100010 | 111010 | 1000001 |
Color Harmonies of #748BDA
Complementary color
Monochromatic Colors of #748BDA
Black with #748BDA
Text Example
Text Example
White with #748BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BDA; }
p { color: rgb(116,139,218); }
H1.HeaderClassName
{
color: #748BDA;
}
.AnyTagClassName
{
color: #748BDA;
}
</style>
background-color css
<style>
a { background-color: #748BDA; }
a { background-color: rgb(116,139,218); }
div.DivClassName
{
background-color: #748BDA;
}
.BgClassName
{
background-color: #748BDA;
}
</style>
border-color css
<style>
span { border-color: #748BDA; }
span { border-color: rgb(116,139,218); }
td.TdClassName
{
border-color: #748BDA;
}
.TagClassName
{
border-color: #748BDA;
}
</style>