Shades of Blue Gem #4638AF
Tints of Blue Gem #4638AF
RGB
CMYK
RGB Variations
Color information
#4638AF (or 0x4638AF) is known color: Blue Gem. HEX triplet: 46, 38 and AF. RGB value is (70,56,175). Sum of RGB (Red+Green+Blue) = 70+56+175=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #4638AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4638AF is #B9C750. Grayscale: #494949. Windows color (decimal): -12175185 or 11483206. OLE color: 11483206.
HSL color Cylindrical-coordinate representation of color #4638AF: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4638AF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 56 | 175 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.31 |
| HSL | 247.06º | 0.52% | 0.45% | - |
| HSV(B) | 247.06º | 0.68% | 0.69% | - |
| XYZ | 11.68 | 7.23 | 41.34 | - |
| YUV | 73.75 | 185.14 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 175 | 0.60 | 0.68 | 0 | 0.31 | 247.06 | 0.52 | 0.45 |
| Hex | 46 | 38 | AF | 3C | 44 | 0 | 1F | F7 | 34 | 2D |
| Octal | 106 | 70 | 257 | 74 | 104 | 0 | 37 | 367 | 64 | 55 |
| Binary | 1000110 | 111000 | 10101111 | 111100 | 1000100 | 0 | 11111 | 11110111 | 110100 | 101101 |
Color Harmonies of #4638AF
Complementary color
Monochromatic Colors of #4638AF
Black with #4638AF
Text Example
Text Example
White with #4638AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4638AF; }
p { color: rgb(70,56,175); }
H1.HeaderClassName
{
color: #4638AF;
}
.AnyTagClassName
{
color: #4638AF;
}
</style>
background-color css
<style>
a { background-color: #4638AF; }
a { background-color: rgb(70,56,175); }
div.DivClassName
{
background-color: #4638AF;
}
.BgClassName
{
background-color: #4638AF;
}
</style>
border-color css
<style>
span { border-color: #4638AF; }
span { border-color: rgb(70,56,175); }
td.TdClassName
{
border-color: #4638AF;
}
.TagClassName
{
border-color: #4638AF;
}
</style>