Shades of Blue Diamond #4B266E
Tints of Blue Diamond #4B266E
RGB
CMYK
RGB Variations
Color information
#4B266E (or 0x4B266E) is known color: Blue Diamond. HEX triplet: 4B, 26 and 6E. RGB value is (75,38,110). Sum of RGB (Red+Green+Blue) = 75+38+110=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B266E is #B4D991. Grayscale: #393939. Windows color (decimal): -11852178 or 7218763. OLE color: 7218763.
HSL color Cylindrical-coordinate representation of color #4B266E: hue angle of 270.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B266E is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 38 | 110 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.57 |
| HSL | 270.83º | 0.49% | 0.29% | - |
| HSV(B) | 270.83º | 0.65% | 0.43% | - |
| XYZ | 6.41 | 4.01 | 15.19 | - |
| YUV | 57.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 110 | 0.32 | 0.65 | 0 | 0.57 | 270.83 | 0.49 | 0.29 |
| Hex | 4B | 26 | 6E | 20 | 41 | 0 | 39 | 10F | 31 | 1D |
| Octal | 113 | 46 | 156 | 40 | 101 | 0 | 71 | 417 | 61 | 35 |
| Binary | 1001011 | 100110 | 1101110 | 100000 | 1000001 | 0 | 111001 | 100001111 | 110001 | 11101 |
Color Harmonies of #4B266E
Complementary color
Monochromatic Colors of #4B266E
Black with #4B266E
Text Example
Text Example
White with #4B266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B266E; }
p { color: rgb(75,38,110); }
H1.HeaderClassName
{
color: #4B266E;
}
.AnyTagClassName
{
color: #4B266E;
}
</style>
background-color css
<style>
a { background-color: #4B266E; }
a { background-color: rgb(75,38,110); }
div.DivClassName
{
background-color: #4B266E;
}
.BgClassName
{
background-color: #4B266E;
}
</style>
border-color css
<style>
span { border-color: #4B266E; }
span { border-color: rgb(75,38,110); }
td.TdClassName
{
border-color: #4B266E;
}
.TagClassName
{
border-color: #4B266E;
}
</style>