Shades of Allports #1C6476
Tints of Allports #1C6476
RGB
CMYK
RGB Variations
Color information
#1C6476 (or 0x1C6476) is known color: Allports. HEX triplet: 1C, 64 and 76. RGB value is (28,100,118). Sum of RGB (Red+Green+Blue) = 28+100+118=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6476 is #E39B89. Grayscale: #505050. Windows color (decimal): -14916490 or 7758876. OLE color: 7758876.
HSL color Cylindrical-coordinate representation of color #1C6476: hue angle of 192º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6476 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 100 | 118 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.54 |
| HSL | 192º | 0.62% | 0.29% | - |
| HSV(B) | 192º | 0.76% | 0.46% | - |
| XYZ | 8.31 | 10.67 | 18.76 | - |
| YUV | 80.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 118 | 0.76 | 0.15 | 0 | 0.54 | 192 | 0.62 | 0.29 |
| Hex | 1C | 64 | 76 | 4C | F | 0 | 36 | C0 | 3E | 1D |
| Octal | 34 | 144 | 166 | 114 | 17 | 0 | 66 | 300 | 76 | 35 |
| Binary | 11100 | 1100100 | 1110110 | 1001100 | 1111 | 0 | 110110 | 11000000 | 111110 | 11101 |
Color Harmonies of #1C6476
Complementary color
Monochromatic Colors of #1C6476
Black with #1C6476
Text Example
Text Example
White with #1C6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6476; }
p { color: rgb(28,100,118); }
H1.HeaderClassName
{
color: #1C6476;
}
.AnyTagClassName
{
color: #1C6476;
}
</style>
background-color css
<style>
a { background-color: #1C6476; }
a { background-color: rgb(28,100,118); }
div.DivClassName
{
background-color: #1C6476;
}
.BgClassName
{
background-color: #1C6476;
}
</style>
border-color css
<style>
span { border-color: #1C6476; }
span { border-color: rgb(28,100,118); }
td.TdClassName
{
border-color: #1C6476;
}
.TagClassName
{
border-color: #1C6476;
}
</style>