Shades of Blue Gem #4030B6
Tints of Blue Gem #4030B6
RGB
CMYK
RGB Variations
Color information
#4030B6 (or 0x4030B6) is known color: Blue Gem. HEX triplet: 40, 30 and B6. RGB value is (64,48,182). Sum of RGB (Red+Green+Blue) = 64+48+182=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #4030B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4030B6 is #BFCF49. Grayscale: #434343. Windows color (decimal): -12570442 or 11939904. OLE color: 11939904.
HSL color Cylindrical-coordinate representation of color #4030B6: hue angle of 247.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4030B6 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 48 | 182 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.29 |
| HSL | 247.16º | 0.58% | 0.45% | - |
| HSV(B) | 247.16º | 0.74% | 0.71% | - |
| XYZ | 11.61 | 6.58 | 44.91 | - |
| YUV | 68.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 182 | 0.65 | 0.74 | 0 | 0.29 | 247.16 | 0.58 | 0.45 |
| Hex | 40 | 30 | B6 | 41 | 4A | 0 | 1D | F7 | 3A | 2D |
| Octal | 100 | 60 | 266 | 101 | 112 | 0 | 35 | 367 | 72 | 55 |
| Binary | 1000000 | 110000 | 10110110 | 1000001 | 1001010 | 0 | 11101 | 11110111 | 111010 | 101101 |
Color Harmonies of #4030B6
Complementary color
Monochromatic Colors of #4030B6
Black with #4030B6
Text Example
Text Example
White with #4030B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4030B6; }
p { color: rgb(64,48,182); }
H1.HeaderClassName
{
color: #4030B6;
}
.AnyTagClassName
{
color: #4030B6;
}
</style>
background-color css
<style>
a { background-color: #4030B6; }
a { background-color: rgb(64,48,182); }
div.DivClassName
{
background-color: #4030B6;
}
.BgClassName
{
background-color: #4030B6;
}
</style>
border-color css
<style>
span { border-color: #4030B6; }
span { border-color: rgb(64,48,182); }
td.TdClassName
{
border-color: #4030B6;
}
.TagClassName
{
border-color: #4030B6;
}
</style>