Shades of Portage #748ADA
Tints of Portage #748ADA
RGB
CMYK
RGB Variations
Color information
#748ADA (or 0x748ADA) is known color: Portage. HEX triplet: 74, 8A and DA. RGB value is (116,138,218). Sum of RGB (Red+Green+Blue) = 116+138+218=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #748ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ADA is #8B7525. Grayscale: #8C8C8C. Windows color (decimal): -9139494 or 14322292. OLE color: 14322292.
HSL color Cylindrical-coordinate representation of color #748ADA: hue angle of 227.06º 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 #748ADA is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 138 | 218 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.15 |
| HSL | 227.06º | 0.58% | 0.65% | - |
| HSV(B) | 227.06º | 0.47% | 0.85% | - |
| XYZ | 28.95 | 26.95 | 70.01 | - |
| YUV | 140.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 218 | 0.47 | 0.37 | 0 | 0.15 | 227.06 | 0.58 | 0.65 |
| Hex | 74 | 8A | DA | 2F | 25 | 0 | F | E3 | 3A | 41 |
| Octal | 164 | 212 | 332 | 57 | 45 | 0 | 17 | 343 | 72 | 101 |
| Binary | 1110100 | 10001010 | 11011010 | 101111 | 100101 | 0 | 1111 | 11100011 | 111010 | 1000001 |
Color Harmonies of #748ADA
Complementary color
Monochromatic Colors of #748ADA
Black with #748ADA
Text Example
Text Example
White with #748ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748ADA; }
p { color: rgb(116,138,218); }
H1.HeaderClassName
{
color: #748ADA;
}
.AnyTagClassName
{
color: #748ADA;
}
</style>
background-color css
<style>
a { background-color: #748ADA; }
a { background-color: rgb(116,138,218); }
div.DivClassName
{
background-color: #748ADA;
}
.BgClassName
{
background-color: #748ADA;
}
</style>
border-color css
<style>
span { border-color: #748ADA; }
span { border-color: rgb(116,138,218); }
td.TdClassName
{
border-color: #748ADA;
}
.TagClassName
{
border-color: #748ADA;
}
</style>