Shades of Green Vogue #1C464D
Tints of Green Vogue #1C464D
RGB
CMYK
RGB Variations
Color information
#1C464D (or 0x1C464D) is known color: Green Vogue. HEX triplet: 1C, 46 and 4D. RGB value is (28,70,77). Sum of RGB (Red+Green+Blue) = 28+70+77=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C464D is #E3B9B2. Grayscale: #3A3A3A. Windows color (decimal): -14924211 or 5064220. OLE color: 5064220.
HSL color Cylindrical-coordinate representation of color #1C464D: hue angle of 188.57º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C464D is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 70 | 77 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.70 |
| HSL | 188.57º | 0.47% | 0.21% | - |
| HSV(B) | 188.57º | 0.64% | 0.3% | - |
| XYZ | 4.01 | 5.16 | 7.81 | - |
| YUV | 58.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 77 | 0.64 | 0.09 | 0 | 0.70 | 188.57 | 0.47 | 0.21 |
| Hex | 1C | 46 | 4D | 40 | 9 | 0 | 46 | BD | 2F | 15 |
| Octal | 34 | 106 | 115 | 100 | 11 | 0 | 106 | 275 | 57 | 25 |
| Binary | 11100 | 1000110 | 1001101 | 1000000 | 1001 | 0 | 1000110 | 10111101 | 101111 | 10101 |
Color Harmonies of #1C464D
Complementary color
Monochromatic Colors of #1C464D
Black with #1C464D
Text Example
Text Example
White with #1C464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C464D; }
p { color: rgb(28,70,77); }
H1.HeaderClassName
{
color: #1C464D;
}
.AnyTagClassName
{
color: #1C464D;
}
</style>
background-color css
<style>
a { background-color: #1C464D; }
a { background-color: rgb(28,70,77); }
div.DivClassName
{
background-color: #1C464D;
}
.BgClassName
{
background-color: #1C464D;
}
</style>
border-color css
<style>
span { border-color: #1C464D; }
span { border-color: rgb(28,70,77); }
td.TdClassName
{
border-color: #1C464D;
}
.TagClassName
{
border-color: #1C464D;
}
</style>