Shades of Blue Gem #4139AF
Tints of Blue Gem #4139AF
RGB
CMYK
RGB Variations
Color information
#4139AF (or 0x4139AF) is known color: Blue Gem. HEX triplet: 41, 39 and AF. RGB value is (65,57,175). Sum of RGB (Red+Green+Blue) = 65+57+175=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #4139AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4139AF is #BEC650. Grayscale: #484848. Windows color (decimal): -12502609 or 11483457. OLE color: 11483457.
HSL color Cylindrical-coordinate representation of color #4139AF: hue angle of 244.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4139AF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 57 | 175 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.31 |
| HSL | 244.07º | 0.51% | 0.45% | - |
| HSV(B) | 244.07º | 0.67% | 0.69% | - |
| XYZ | 11.38 | 7.15 | 41.34 | - |
| YUV | 72.84 | 185.65 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 175 | 0.63 | 0.67 | 0 | 0.31 | 244.07 | 0.51 | 0.45 |
| Hex | 41 | 39 | AF | 3F | 43 | 0 | 1F | F4 | 33 | 2D |
| Octal | 101 | 71 | 257 | 77 | 103 | 0 | 37 | 364 | 63 | 55 |
| Binary | 1000001 | 111001 | 10101111 | 111111 | 1000011 | 0 | 11111 | 11110100 | 110011 | 101101 |
Color Harmonies of #4139AF
Complementary color
Monochromatic Colors of #4139AF
Black with #4139AF
Text Example
Text Example
White with #4139AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4139AF; }
p { color: rgb(65,57,175); }
H1.HeaderClassName
{
color: #4139AF;
}
.AnyTagClassName
{
color: #4139AF;
}
</style>
background-color css
<style>
a { background-color: #4139AF; }
a { background-color: rgb(65,57,175); }
div.DivClassName
{
background-color: #4139AF;
}
.BgClassName
{
background-color: #4139AF;
}
</style>
border-color css
<style>
span { border-color: #4139AF; }
span { border-color: rgb(65,57,175); }
td.TdClassName
{
border-color: #4139AF;
}
.TagClassName
{
border-color: #4139AF;
}
</style>