Shades of Blue Gem #4026B2
Tints of Blue Gem #4026B2
RGB
CMYK
RGB Variations
Color information
#4026B2 (or 0x4026B2) is known color: Blue Gem. HEX triplet: 40, 26 and B2. RGB value is (64,38,178). Sum of RGB (Red+Green+Blue) = 64+38+178=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 178 (69.92% from 255 or 63.57% from 280); Max value from RGB is 178 - color contains mainly: blue. Hex color #4026B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4026B2 is #BFD94D. Grayscale: #3D3D3D. Windows color (decimal): -12573006 or 11675200. OLE color: 11675200.
HSL color Cylindrical-coordinate representation of color #4026B2: hue angle of 251.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4026B2 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 38 | 178 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.30 |
| HSL | 251.14º | 0.65% | 0.42% | - |
| HSV(B) | 251.14º | 0.79% | 0.7% | - |
| XYZ | 10.84 | 5.69 | 42.65 | - |
| YUV | 61.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 178 | 0.64 | 0.79 | 0 | 0.30 | 251.14 | 0.65 | 0.42 |
| Hex | 40 | 26 | B2 | 40 | 4F | 0 | 1E | FB | 41 | 2A |
| Octal | 100 | 46 | 262 | 100 | 117 | 0 | 36 | 373 | 101 | 52 |
| Binary | 1000000 | 100110 | 10110010 | 1000000 | 1001111 | 0 | 11110 | 11111011 | 1000001 | 101010 |
Color Harmonies of #4026B2
Complementary color
Monochromatic Colors of #4026B2
Black with #4026B2
Text Example
Text Example
White with #4026B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4026B2; }
p { color: rgb(64,38,178); }
H1.HeaderClassName
{
color: #4026B2;
}
.AnyTagClassName
{
color: #4026B2;
}
</style>
background-color css
<style>
a { background-color: #4026B2; }
a { background-color: rgb(64,38,178); }
div.DivClassName
{
background-color: #4026B2;
}
.BgClassName
{
background-color: #4026B2;
}
</style>
border-color css
<style>
span { border-color: #4026B2; }
span { border-color: rgb(64,38,178); }
td.TdClassName
{
border-color: #4026B2;
}
.TagClassName
{
border-color: #4026B2;
}
</style>