Shades of Blue Gem #4639B4
Tints of Blue Gem #4639B4
RGB
CMYK
RGB Variations
Color information
#4639B4 (or 0x4639B4) is known color: Blue Gem. HEX triplet: 46, 39 and B4. RGB value is (70,57,180). Sum of RGB (Red+Green+Blue) = 70+57+180=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #4639B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4639B4 is #B9C64B. Grayscale: #4A4A4A. Windows color (decimal): -12174924 or 11811142. OLE color: 11811142.
HSL color Cylindrical-coordinate representation of color #4639B4: hue angle of 246.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4639B4 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 57 | 180 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.29 |
| HSL | 246.34º | 0.52% | 0.46% | - |
| HSV(B) | 246.34º | 0.68% | 0.71% | - |
| XYZ | 12.23 | 7.52 | 43.99 | - |
| YUV | 74.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 180 | 0.61 | 0.68 | 0 | 0.29 | 246.34 | 0.52 | 0.46 |
| Hex | 46 | 39 | B4 | 3D | 44 | 0 | 1D | F6 | 34 | 2E |
| Octal | 106 | 71 | 264 | 75 | 104 | 0 | 35 | 366 | 64 | 56 |
| Binary | 1000110 | 111001 | 10110100 | 111101 | 1000100 | 0 | 11101 | 11110110 | 110100 | 101110 |
Color Harmonies of #4639B4
Complementary color
Monochromatic Colors of #4639B4
Black with #4639B4
Text Example
Text Example
White with #4639B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4639B4; }
p { color: rgb(70,57,180); }
H1.HeaderClassName
{
color: #4639B4;
}
.AnyTagClassName
{
color: #4639B4;
}
</style>
background-color css
<style>
a { background-color: #4639B4; }
a { background-color: rgb(70,57,180); }
div.DivClassName
{
background-color: #4639B4;
}
.BgClassName
{
background-color: #4639B4;
}
</style>
border-color css
<style>
span { border-color: #4639B4; }
span { border-color: rgb(70,57,180); }
td.TdClassName
{
border-color: #4639B4;
}
.TagClassName
{
border-color: #4639B4;
}
</style>