Shades of Blue Diamond #4A306B
Tints of Blue Diamond #4A306B
RGB
CMYK
RGB Variations
Color information
#4A306B (or 0x4A306B) is known color: Blue Diamond. HEX triplet: 4A, 30 and 6B. RGB value is (74,48,107). Sum of RGB (Red+Green+Blue) = 74+48+107=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A306B is #B5CF94. Grayscale: #3E3E3E. Windows color (decimal): -11915157 or 7024714. OLE color: 7024714.
HSL color Cylindrical-coordinate representation of color #4A306B: hue angle of 266.44º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A306B is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 48 | 107 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.58 |
| HSL | 266.44º | 0.38% | 0.3% | - |
| HSV(B) | 266.44º | 0.55% | 0.42% | - |
| XYZ | 6.53 | 4.63 | 14.46 | - |
| YUV | 62.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 107 | 0.31 | 0.55 | 0 | 0.58 | 266.44 | 0.38 | 0.3 |
| Hex | 4A | 30 | 6B | 1F | 37 | 0 | 3A | 10A | 26 | 1E |
| Octal | 112 | 60 | 153 | 37 | 67 | 0 | 72 | 412 | 46 | 36 |
| Binary | 1001010 | 110000 | 1101011 | 11111 | 110111 | 0 | 111010 | 100001010 | 100110 | 11110 |
Color Harmonies of #4A306B
Complementary color
Monochromatic Colors of #4A306B
Black with #4A306B
Text Example
Text Example
White with #4A306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A306B; }
p { color: rgb(74,48,107); }
H1.HeaderClassName
{
color: #4A306B;
}
.AnyTagClassName
{
color: #4A306B;
}
</style>
background-color css
<style>
a { background-color: #4A306B; }
a { background-color: rgb(74,48,107); }
div.DivClassName
{
background-color: #4A306B;
}
.BgClassName
{
background-color: #4A306B;
}
</style>
border-color css
<style>
span { border-color: #4A306B; }
span { border-color: rgb(74,48,107); }
td.TdClassName
{
border-color: #4A306B;
}
.TagClassName
{
border-color: #4A306B;
}
</style>