Shades of Blue Gem #4123AF
Tints of Blue Gem #4123AF
RGB
CMYK
RGB Variations
Color information
#4123AF (or 0x4123AF) is known color: Blue Gem. HEX triplet: 41, 23 and AF. RGB value is (65,35,175). Sum of RGB (Red+Green+Blue) = 65+35+175=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #4123AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4123AF is #BEDC50. Grayscale: #3B3B3B. Windows color (decimal): -12508241 or 11477825. OLE color: 11477825.
HSL color Cylindrical-coordinate representation of color #4123AF: hue angle of 252.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4123AF is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 35 | 175 | - |
| CMYK | 0.63 | 0.8 | 0 | 0.31 |
| HSL | 252.86º | 0.67% | 0.41% | - |
| HSV(B) | 252.86º | 0.8% | 0.69% | - |
| XYZ | 10.52 | 5.42 | 41.05 | - |
| YUV | 59.93 | 192.94 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 175 | 0.63 | 0.8 | 0 | 0.31 | 252.86 | 0.67 | 0.41 |
| Hex | 41 | 23 | AF | 3F | 50 | 0 | 1F | FD | 43 | 29 |
| Octal | 101 | 43 | 257 | 77 | 120 | 0 | 37 | 375 | 103 | 51 |
| Binary | 1000001 | 100011 | 10101111 | 111111 | 1010000 | 0 | 11111 | 11111101 | 1000011 | 101001 |
Color Harmonies of #4123AF
Complementary color
Monochromatic Colors of #4123AF
Black with #4123AF
Text Example
Text Example
White with #4123AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123AF; }
p { color: rgb(65,35,175); }
H1.HeaderClassName
{
color: #4123AF;
}
.AnyTagClassName
{
color: #4123AF;
}
</style>
background-color css
<style>
a { background-color: #4123AF; }
a { background-color: rgb(65,35,175); }
div.DivClassName
{
background-color: #4123AF;
}
.BgClassName
{
background-color: #4123AF;
}
</style>
border-color css
<style>
span { border-color: #4123AF; }
span { border-color: rgb(65,35,175); }
td.TdClassName
{
border-color: #4123AF;
}
.TagClassName
{
border-color: #4123AF;
}
</style>