Shades of Tiber #1B464C
Tints of Tiber #1B464C
RGB
CMYK
RGB Variations
Color information
#1B464C (or 0x1B464C) is known color: Tiber. HEX triplet: 1B, 46 and 4C. RGB value is (27,70,76). Sum of RGB (Red+Green+Blue) = 27+70+76=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B464C is #E4B9B3. Grayscale: #393939. Windows color (decimal): -14989748 or 4998683. OLE color: 4998683.
HSL color Cylindrical-coordinate representation of color #1B464C: hue angle of 187.35º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B464C is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 70 | 76 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.70 |
| HSL | 187.35º | 0.48% | 0.2% | - |
| HSV(B) | 187.35º | 0.64% | 0.3% | - |
| XYZ | 3.95 | 5.14 | 7.62 | - |
| YUV | 57.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 76 | 0.64 | 0.08 | 0 | 0.70 | 187.35 | 0.48 | 0.2 |
| Hex | 1B | 46 | 4C | 40 | 8 | 0 | 46 | BB | 30 | 14 |
| Octal | 33 | 106 | 114 | 100 | 10 | 0 | 106 | 273 | 60 | 24 |
| Binary | 11011 | 1000110 | 1001100 | 1000000 | 1000 | 0 | 1000110 | 10111011 | 110000 | 10100 |
Color Harmonies of #1B464C
Complementary color
Monochromatic Colors of #1B464C
Black with #1B464C
Text Example
Text Example
White with #1B464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B464C; }
p { color: rgb(27,70,76); }
H1.HeaderClassName
{
color: #1B464C;
}
.AnyTagClassName
{
color: #1B464C;
}
</style>
background-color css
<style>
a { background-color: #1B464C; }
a { background-color: rgb(27,70,76); }
div.DivClassName
{
background-color: #1B464C;
}
.BgClassName
{
background-color: #1B464C;
}
</style>
border-color css
<style>
span { border-color: #1B464C; }
span { border-color: rgb(27,70,76); }
td.TdClassName
{
border-color: #1B464C;
}
.TagClassName
{
border-color: #1B464C;
}
</style>