Shades of Blue Gem #4638AB
Tints of Blue Gem #4638AB
RGB
CMYK
RGB Variations
Color information
#4638AB (or 0x4638AB) is known color: Blue Gem. HEX triplet: 46, 38 and AB. RGB value is (70,56,171). Sum of RGB (Red+Green+Blue) = 70+56+171=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #4638AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4638AB is #B9C754. Grayscale: #484848. Windows color (decimal): -12175189 or 11221062. OLE color: 11221062.
HSL color Cylindrical-coordinate representation of color #4638AB: hue angle of 247.3º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4638AB is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 56 | 171 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.33 |
| HSL | 247.3º | 0.51% | 0.45% | - |
| HSV(B) | 247.3º | 0.67% | 0.67% | - |
| XYZ | 11.29 | 7.07 | 39.3 | - |
| YUV | 73.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 171 | 0.59 | 0.67 | 0 | 0.33 | 247.3 | 0.51 | 0.45 |
| Hex | 46 | 38 | AB | 3B | 43 | 0 | 21 | F7 | 33 | 2D |
| Octal | 106 | 70 | 253 | 73 | 103 | 0 | 41 | 367 | 63 | 55 |
| Binary | 1000110 | 111000 | 10101011 | 111011 | 1000011 | 0 | 100001 | 11110111 | 110011 | 101101 |
Color Harmonies of #4638AB
Complementary color
Monochromatic Colors of #4638AB
Black with #4638AB
Text Example
Text Example
White with #4638AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4638AB; }
p { color: rgb(70,56,171); }
H1.HeaderClassName
{
color: #4638AB;
}
.AnyTagClassName
{
color: #4638AB;
}
</style>
background-color css
<style>
a { background-color: #4638AB; }
a { background-color: rgb(70,56,171); }
div.DivClassName
{
background-color: #4638AB;
}
.BgClassName
{
background-color: #4638AB;
}
</style>
border-color css
<style>
span { border-color: #4638AB; }
span { border-color: rgb(70,56,171); }
td.TdClassName
{
border-color: #4638AB;
}
.TagClassName
{
border-color: #4638AB;
}
</style>