Shades of Studio #734AB4
Tints of Studio #734AB4
RGB
CMYK
RGB Variations
Color information
#734AB4 (or 0x734AB4) is known color: Studio. HEX triplet: 73, 4A and B4. RGB value is (115,74,180). Sum of RGB (Red+Green+Blue) = 115+74+180=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #734AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734AB4 is #8CB54B. Grayscale: #616161. Windows color (decimal): -9221452 or 11815539. OLE color: 11815539.
HSL color Cylindrical-coordinate representation of color #734AB4: hue angle of 263.21º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #734AB4 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 74 | 180 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.29 |
| HSL | 263.21º | 0.42% | 0.5% | - |
| HSV(B) | 263.21º | 0.59% | 0.71% | - |
| XYZ | 17.76 | 11.84 | 44.53 | - |
| YUV | 98.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 180 | 0.36 | 0.59 | 0 | 0.29 | 263.21 | 0.42 | 0.5 |
| Hex | 73 | 4A | B4 | 24 | 3B | 0 | 1D | 107 | 2A | 32 |
| Octal | 163 | 112 | 264 | 44 | 73 | 0 | 35 | 407 | 52 | 62 |
| Binary | 1110011 | 1001010 | 10110100 | 100100 | 111011 | 0 | 11101 | 100000111 | 101010 | 110010 |
Color Harmonies of #734AB4
Complementary color
Monochromatic Colors of #734AB4
Black with #734AB4
Text Example
Text Example
White with #734AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734AB4; }
p { color: rgb(115,74,180); }
H1.HeaderClassName
{
color: #734AB4;
}
.AnyTagClassName
{
color: #734AB4;
}
</style>
background-color css
<style>
a { background-color: #734AB4; }
a { background-color: rgb(115,74,180); }
div.DivClassName
{
background-color: #734AB4;
}
.BgClassName
{
background-color: #734AB4;
}
</style>
border-color css
<style>
span { border-color: #734AB4; }
span { border-color: rgb(115,74,180); }
td.TdClassName
{
border-color: #734AB4;
}
.TagClassName
{
border-color: #734AB4;
}
</style>