Shades of Allports #046B8C
Tints of Allports #046B8C
RGB
CMYK
RGB Variations
Color information
#046B8C (or 0x046B8C) is known color: Allports. HEX triplet: 04, 6B and 8C. RGB value is (4,107,140). Sum of RGB (Red+Green+Blue) = 4+107+140=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #046B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046B8C is #FB9473. Grayscale: #4F4F4F. Windows color (decimal): -16487540 or 9202436. OLE color: 9202436.
HSL color Cylindrical-coordinate representation of color #046B8C: hue angle of 194.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046B8C is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 107 | 140 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.45 |
| HSL | 194.56º | 0.94% | 0.28% | - |
| HSV(B) | 194.56º | 0.97% | 0.55% | - |
| XYZ | 10.04 | 12.43 | 26.68 | - |
| YUV | 79.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 140 | 0.97 | 0.24 | 0 | 0.45 | 194.56 | 0.94 | 0.28 |
| Hex | 4 | 6B | 8C | 61 | 18 | 0 | 2D | C3 | 5E | 1C |
| Octal | 4 | 153 | 214 | 141 | 30 | 0 | 55 | 303 | 136 | 34 |
| Binary | 100 | 1101011 | 10001100 | 1100001 | 11000 | 0 | 101101 | 11000011 | 1011110 | 11100 |
Color Harmonies of #046B8C
Complementary color
Monochromatic Colors of #046B8C
Black with #046B8C
Text Example
Text Example
White with #046B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B8C; }
p { color: rgb(4,107,140); }
H1.HeaderClassName
{
color: #046B8C;
}
.AnyTagClassName
{
color: #046B8C;
}
</style>
background-color css
<style>
a { background-color: #046B8C; }
a { background-color: rgb(4,107,140); }
div.DivClassName
{
background-color: #046B8C;
}
.BgClassName
{
background-color: #046B8C;
}
</style>
border-color css
<style>
span { border-color: #046B8C; }
span { border-color: rgb(4,107,140); }
td.TdClassName
{
border-color: #046B8C;
}
.TagClassName
{
border-color: #046B8C;
}
</style>