Shades of East Bay #444F67
Tints of East Bay #444F67
RGB
CMYK
RGB Variations
Color information
#444F67 (or 0x444F67) is known color: East Bay. HEX triplet: 44, 4F and 67. RGB value is (68,79,103). Sum of RGB (Red+Green+Blue) = 68+79+103=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #444F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F67 is #BBB098. Grayscale: #4E4E4E. Windows color (decimal): -12300441 or 6770500. OLE color: 6770500.
HSL color Cylindrical-coordinate representation of color #444F67: hue angle of 221.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #444F67 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 79 | 103 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.60 |
| HSL | 221.14º | 0.2% | 0.34% | - |
| HSV(B) | 221.14º | 0.34% | 0.4% | - |
| XYZ | 7.63 | 7.8 | 13.94 | - |
| YUV | 78.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 103 | 0.34 | 0.23 | 0 | 0.60 | 221.14 | 0.2 | 0.34 |
| Hex | 44 | 4F | 67 | 22 | 17 | 0 | 3C | DD | 14 | 22 |
| Octal | 104 | 117 | 147 | 42 | 27 | 0 | 74 | 335 | 24 | 42 |
| Binary | 1000100 | 1001111 | 1100111 | 100010 | 10111 | 0 | 111100 | 11011101 | 10100 | 100010 |
Color Harmonies of #444F67
Complementary color
Monochromatic Colors of #444F67
Black with #444F67
Text Example
Text Example
White with #444F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F67; }
p { color: rgb(68,79,103); }
H1.HeaderClassName
{
color: #444F67;
}
.AnyTagClassName
{
color: #444F67;
}
</style>
background-color css
<style>
a { background-color: #444F67; }
a { background-color: rgb(68,79,103); }
div.DivClassName
{
background-color: #444F67;
}
.BgClassName
{
background-color: #444F67;
}
</style>
border-color css
<style>
span { border-color: #444F67; }
span { border-color: rgb(68,79,103); }
td.TdClassName
{
border-color: #444F67;
}
.TagClassName
{
border-color: #444F67;
}
</style>