Shades of Blue Gem #4639AD
Tints of Blue Gem #4639AD
RGB
CMYK
RGB Variations
Color information
#4639AD (or 0x4639AD) is known color: Blue Gem. HEX triplet: 46, 39 and AD. RGB value is (70,57,173). Sum of RGB (Red+Green+Blue) = 70+57+173=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #4639AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4639AD is #B9C652. Grayscale: #494949. Windows color (decimal): -12174931 or 11352390. OLE color: 11352390.
HSL color Cylindrical-coordinate representation of color #4639AD: hue angle of 246.72º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4639AD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 57 | 173 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.32 |
| HSL | 246.72º | 0.5% | 0.45% | - |
| HSV(B) | 246.72º | 0.67% | 0.68% | - |
| XYZ | 11.53 | 7.25 | 40.33 | - |
| YUV | 74.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 173 | 0.60 | 0.67 | 0 | 0.32 | 246.72 | 0.5 | 0.45 |
| Hex | 46 | 39 | AD | 3C | 43 | 0 | 20 | F7 | 32 | 2D |
| Octal | 106 | 71 | 255 | 74 | 103 | 0 | 40 | 367 | 62 | 55 |
| Binary | 1000110 | 111001 | 10101101 | 111100 | 1000011 | 0 | 100000 | 11110111 | 110010 | 101101 |
Color Harmonies of #4639AD
Complementary color
Monochromatic Colors of #4639AD
Black with #4639AD
Text Example
Text Example
White with #4639AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4639AD; }
p { color: rgb(70,57,173); }
H1.HeaderClassName
{
color: #4639AD;
}
.AnyTagClassName
{
color: #4639AD;
}
</style>
background-color css
<style>
a { background-color: #4639AD; }
a { background-color: rgb(70,57,173); }
div.DivClassName
{
background-color: #4639AD;
}
.BgClassName
{
background-color: #4639AD;
}
</style>
border-color css
<style>
span { border-color: #4639AD; }
span { border-color: rgb(70,57,173); }
td.TdClassName
{
border-color: #4639AD;
}
.TagClassName
{
border-color: #4639AD;
}
</style>