Shades of Blue Gem #4638A6
Tints of Blue Gem #4638A6
RGB
CMYK
RGB Variations
Color information
#4638A6 (or 0x4638A6) is known color: Blue Gem. HEX triplet: 46, 38 and A6. RGB value is (70,56,166). Sum of RGB (Red+Green+Blue) = 70+56+166=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 166 (65.23% from 255 or 56.85% from 292); Max value from RGB is 166 - color contains mainly: blue. Hex color #4638A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4638A6 is #B9C759. Grayscale: #484848. Windows color (decimal): -12175194 or 10893382. OLE color: 10893382.
HSL color Cylindrical-coordinate representation of color #4638A6: hue angle of 247.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4638A6 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 56 | 166 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.35 |
| HSL | 247.64º | 0.5% | 0.44% | - |
| HSV(B) | 247.64º | 0.66% | 0.65% | - |
| XYZ | 10.82 | 6.88 | 36.83 | - |
| YUV | 72.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 166 | 0.58 | 0.66 | 0 | 0.35 | 247.64 | 0.5 | 0.44 |
| Hex | 46 | 38 | A6 | 3A | 42 | 0 | 23 | F8 | 32 | 2C |
| Octal | 106 | 70 | 246 | 72 | 102 | 0 | 43 | 370 | 62 | 54 |
| Binary | 1000110 | 111000 | 10100110 | 111010 | 1000010 | 0 | 100011 | 11111000 | 110010 | 101100 |
Color Harmonies of #4638A6
Complementary color
Monochromatic Colors of #4638A6
Black with #4638A6
Text Example
Text Example
White with #4638A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4638A6; }
p { color: rgb(70,56,166); }
H1.HeaderClassName
{
color: #4638A6;
}
.AnyTagClassName
{
color: #4638A6;
}
</style>
background-color css
<style>
a { background-color: #4638A6; }
a { background-color: rgb(70,56,166); }
div.DivClassName
{
background-color: #4638A6;
}
.BgClassName
{
background-color: #4638A6;
}
</style>
border-color css
<style>
span { border-color: #4638A6; }
span { border-color: rgb(70,56,166); }
td.TdClassName
{
border-color: #4638A6;
}
.TagClassName
{
border-color: #4638A6;
}
</style>