Shades of Chetwode Blue #546AB3
Tints of Chetwode Blue #546AB3
RGB
CMYK
RGB Variations
Color information
#546AB3 (or 0x546AB3) is known color: Chetwode Blue. HEX triplet: 54, 6A and B3. RGB value is (84,106,179). Sum of RGB (Red+Green+Blue) = 84+106+179=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #546AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546AB3 is #AB954C. Grayscale: #6B6B6B. Windows color (decimal): -11244877 or 11758164. OLE color: 11758164.
HSL color Cylindrical-coordinate representation of color #546AB3: hue angle of 226.11º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #546AB3 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 106 | 179 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.30 |
| HSL | 226.11º | 0.38% | 0.52% | - |
| HSV(B) | 226.11º | 0.53% | 0.7% | - |
| XYZ | 16.95 | 15.45 | 44.74 | - |
| YUV | 107.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 179 | 0.53 | 0.41 | 0 | 0.30 | 226.11 | 0.38 | 0.52 |
| Hex | 54 | 6A | B3 | 35 | 29 | 0 | 1E | E2 | 26 | 34 |
| Octal | 124 | 152 | 263 | 65 | 51 | 0 | 36 | 342 | 46 | 64 |
| Binary | 1010100 | 1101010 | 10110011 | 110101 | 101001 | 0 | 11110 | 11100010 | 100110 | 110100 |
Color Harmonies of #546AB3
Complementary color
Monochromatic Colors of #546AB3
Black with #546AB3
Text Example
Text Example
White with #546AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AB3; }
p { color: rgb(84,106,179); }
H1.HeaderClassName
{
color: #546AB3;
}
.AnyTagClassName
{
color: #546AB3;
}
</style>
background-color css
<style>
a { background-color: #546AB3; }
a { background-color: rgb(84,106,179); }
div.DivClassName
{
background-color: #546AB3;
}
.BgClassName
{
background-color: #546AB3;
}
</style>
border-color css
<style>
span { border-color: #546AB3; }
span { border-color: rgb(84,106,179); }
td.TdClassName
{
border-color: #546AB3;
}
.TagClassName
{
border-color: #546AB3;
}
</style>