Shades of Tory Blue #434B8B
Tints of Tory Blue #434B8B
RGB
CMYK
RGB Variations
Color information
#434B8B (or 0x434B8B) is known color: Tory Blue. HEX triplet: 43, 4B and 8B. RGB value is (67,75,139). Sum of RGB (Red+Green+Blue) = 67+75+139=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #434B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B8B is #BCB474. Grayscale: #4F4F4F. Windows color (decimal): -12366965 or 9128771. OLE color: 9128771.
HSL color Cylindrical-coordinate representation of color #434B8B: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #434B8B is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 75 | 139 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.45 |
| HSL | 233.33º | 0.35% | 0.4% | - |
| HSV(B) | 233.33º | 0.52% | 0.55% | - |
| XYZ | 9.49 | 8.09 | 25.49 | - |
| YUV | 79.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 139 | 0.52 | 0.46 | 0 | 0.45 | 233.33 | 0.35 | 0.4 |
| Hex | 43 | 4B | 8B | 34 | 2E | 0 | 2D | E9 | 23 | 28 |
| Octal | 103 | 113 | 213 | 64 | 56 | 0 | 55 | 351 | 43 | 50 |
| Binary | 1000011 | 1001011 | 10001011 | 110100 | 101110 | 0 | 101101 | 11101001 | 100011 | 101000 |
Color Harmonies of #434B8B
Complementary color
Monochromatic Colors of #434B8B
Black with #434B8B
Text Example
Text Example
White with #434B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B8B; }
p { color: rgb(67,75,139); }
H1.HeaderClassName
{
color: #434B8B;
}
.AnyTagClassName
{
color: #434B8B;
}
</style>
background-color css
<style>
a { background-color: #434B8B; }
a { background-color: rgb(67,75,139); }
div.DivClassName
{
background-color: #434B8B;
}
.BgClassName
{
background-color: #434B8B;
}
</style>
border-color css
<style>
span { border-color: #434B8B; }
span { border-color: rgb(67,75,139); }
td.TdClassName
{
border-color: #434B8B;
}
.TagClassName
{
border-color: #434B8B;
}
</style>