Shades of East Bay #454B61
Tints of East Bay #454B61
RGB
CMYK
RGB Variations
Color information
#454B61 (or 0x454B61) is known color: East Bay. HEX triplet: 45, 4B and 61. RGB value is (69,75,97). Sum of RGB (Red+Green+Blue) = 69+75+97=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #454B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B61 is #BAB49E. Grayscale: #4B4B4B. Windows color (decimal): -12235935 or 6376261. OLE color: 6376261.
HSL color Cylindrical-coordinate representation of color #454B61: hue angle of 227.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #454B61 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 75 | 97 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.62 |
| HSL | 227.14º | 0.17% | 0.33% | - |
| HSV(B) | 227.14º | 0.29% | 0.38% | - |
| XYZ | 7.13 | 7.16 | 12.32 | - |
| YUV | 75.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 97 | 0.29 | 0.23 | 0 | 0.62 | 227.14 | 0.17 | 0.33 |
| Hex | 45 | 4B | 61 | 1D | 17 | 0 | 3E | E3 | 11 | 21 |
| Octal | 105 | 113 | 141 | 35 | 27 | 0 | 76 | 343 | 21 | 41 |
| Binary | 1000101 | 1001011 | 1100001 | 11101 | 10111 | 0 | 111110 | 11100011 | 10001 | 100001 |
Color Harmonies of #454B61
Complementary color
Monochromatic Colors of #454B61
Black with #454B61
Text Example
Text Example
White with #454B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B61; }
p { color: rgb(69,75,97); }
H1.HeaderClassName
{
color: #454B61;
}
.AnyTagClassName
{
color: #454B61;
}
</style>
background-color css
<style>
a { background-color: #454B61; }
a { background-color: rgb(69,75,97); }
div.DivClassName
{
background-color: #454B61;
}
.BgClassName
{
background-color: #454B61;
}
</style>
border-color css
<style>
span { border-color: #454B61; }
span { border-color: rgb(69,75,97); }
td.TdClassName
{
border-color: #454B61;
}
.TagClassName
{
border-color: #454B61;
}
</style>