Shades of Portage #748ADC
Tints of Portage #748ADC
RGB
CMYK
RGB Variations
Color information
#748ADC (or 0x748ADC) is known color: Portage. HEX triplet: 74, 8A and DC. RGB value is (116,138,220). Sum of RGB (Red+Green+Blue) = 116+138+220=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #748ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ADC is #8B7523. Grayscale: #8C8C8C. Windows color (decimal): -9139492 or 14453364. OLE color: 14453364.
HSL color Cylindrical-coordinate representation of color #748ADC: hue angle of 227.31º degrees, saturation: 0.6, 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 #748ADC is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 138 | 220 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.14 |
| HSL | 227.31º | 0.6% | 0.66% | - |
| HSV(B) | 227.31º | 0.47% | 0.86% | - |
| XYZ | 29.21 | 27.06 | 71.39 | - |
| YUV | 140.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 220 | 0.47 | 0.37 | 0 | 0.14 | 227.31 | 0.6 | 0.66 |
| Hex | 74 | 8A | DC | 2F | 25 | 0 | E | E3 | 3C | 42 |
| Octal | 164 | 212 | 334 | 57 | 45 | 0 | 16 | 343 | 74 | 102 |
| Binary | 1110100 | 10001010 | 11011100 | 101111 | 100101 | 0 | 1110 | 11100011 | 111100 | 1000010 |
Color Harmonies of #748ADC
Complementary color
Monochromatic Colors of #748ADC
Black with #748ADC
Text Example
Text Example
White with #748ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748ADC; }
p { color: rgb(116,138,220); }
H1.HeaderClassName
{
color: #748ADC;
}
.AnyTagClassName
{
color: #748ADC;
}
</style>
background-color css
<style>
a { background-color: #748ADC; }
a { background-color: rgb(116,138,220); }
div.DivClassName
{
background-color: #748ADC;
}
.BgClassName
{
background-color: #748ADC;
}
</style>
border-color css
<style>
span { border-color: #748ADC; }
span { border-color: rgb(116,138,220); }
td.TdClassName
{
border-color: #748ADC;
}
.TagClassName
{
border-color: #748ADC;
}
</style>