Shades of Venice Blue #28476D
Tints of Venice Blue #28476D
RGB
CMYK
RGB Variations
Color information
#28476D (or 0x28476D) is known color: Venice Blue. HEX triplet: 28, 47 and 6D. RGB value is (40,71,109). Sum of RGB (Red+Green+Blue) = 40+71+109=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #28476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28476D is #D7B892. Grayscale: #414141. Windows color (decimal): -14137491 or 7161640. OLE color: 7161640.
HSL color Cylindrical-coordinate representation of color #28476D: hue angle of 213.04º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28476D is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 71 | 109 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.57 |
| HSL | 213.04º | 0.46% | 0.29% | - |
| HSV(B) | 213.04º | 0.63% | 0.43% | - |
| XYZ | 5.89 | 6.06 | 15.33 | - |
| YUV | 66.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 109 | 0.63 | 0.35 | 0 | 0.57 | 213.04 | 0.46 | 0.29 |
| Hex | 28 | 47 | 6D | 3F | 23 | 0 | 39 | D5 | 2E | 1D |
| Octal | 50 | 107 | 155 | 77 | 43 | 0 | 71 | 325 | 56 | 35 |
| Binary | 101000 | 1000111 | 1101101 | 111111 | 100011 | 0 | 111001 | 11010101 | 101110 | 11101 |
Color Harmonies of #28476D
Complementary color
Monochromatic Colors of #28476D
Black with #28476D
Text Example
Text Example
White with #28476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28476D; }
p { color: rgb(40,71,109); }
H1.HeaderClassName
{
color: #28476D;
}
.AnyTagClassName
{
color: #28476D;
}
</style>
background-color css
<style>
a { background-color: #28476D; }
a { background-color: rgb(40,71,109); }
div.DivClassName
{
background-color: #28476D;
}
.BgClassName
{
background-color: #28476D;
}
</style>
border-color css
<style>
span { border-color: #28476D; }
span { border-color: rgb(40,71,109); }
td.TdClassName
{
border-color: #28476D;
}
.TagClassName
{
border-color: #28476D;
}
</style>