Shades of Allports #1E6476
Tints of Allports #1E6476
RGB
CMYK
RGB Variations
Color information
#1E6476 (or 0x1E6476) is known color: Allports. HEX triplet: 1E, 64 and 76. RGB value is (30,100,118). Sum of RGB (Red+Green+Blue) = 30+100+118=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6476 is #E19B89. Grayscale: #505050. Windows color (decimal): -14785418 or 7758878. OLE color: 7758878.
HSL color Cylindrical-coordinate representation of color #1E6476: hue angle of 192.27º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E6476 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 100 | 118 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.54 |
| HSL | 192.27º | 0.59% | 0.29% | - |
| HSV(B) | 192.27º | 0.75% | 0.46% | - |
| XYZ | 8.36 | 10.7 | 18.76 | - |
| YUV | 81.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 118 | 0.75 | 0.15 | 0 | 0.54 | 192.27 | 0.59 | 0.29 |
| Hex | 1E | 64 | 76 | 4B | F | 0 | 36 | C0 | 3B | 1D |
| Octal | 36 | 144 | 166 | 113 | 17 | 0 | 66 | 300 | 73 | 35 |
| Binary | 11110 | 1100100 | 1110110 | 1001011 | 1111 | 0 | 110110 | 11000000 | 111011 | 11101 |
Color Harmonies of #1E6476
Complementary color
Monochromatic Colors of #1E6476
Black with #1E6476
Text Example
Text Example
White with #1E6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6476; }
p { color: rgb(30,100,118); }
H1.HeaderClassName
{
color: #1E6476;
}
.AnyTagClassName
{
color: #1E6476;
}
</style>
background-color css
<style>
a { background-color: #1E6476; }
a { background-color: rgb(30,100,118); }
div.DivClassName
{
background-color: #1E6476;
}
.BgClassName
{
background-color: #1E6476;
}
</style>
border-color css
<style>
span { border-color: #1E6476; }
span { border-color: rgb(30,100,118); }
td.TdClassName
{
border-color: #1E6476;
}
.TagClassName
{
border-color: #1E6476;
}
</style>