Shades of East Bay #41526C
Tints of East Bay #41526C
RGB
CMYK
RGB Variations
Color information
#41526C (or 0x41526C) is known color: East Bay. HEX triplet: 41, 52 and 6C. RGB value is (65,82,108). Sum of RGB (Red+Green+Blue) = 65+82+108=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #41526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41526C is #BEAD93. Grayscale: #4F4F4F. Windows color (decimal): -12496276 or 7098945. OLE color: 7098945.
HSL color Cylindrical-coordinate representation of color #41526C: hue angle of 216.28º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41526C is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 82 | 108 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.58 |
| HSL | 216.28º | 0.25% | 0.34% | - |
| HSV(B) | 216.28º | 0.4% | 0.42% | - |
| XYZ | 7.9 | 8.24 | 15.36 | - |
| YUV | 79.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 108 | 0.40 | 0.24 | 0 | 0.58 | 216.28 | 0.25 | 0.34 |
| Hex | 41 | 52 | 6C | 28 | 18 | 0 | 3A | D8 | 19 | 22 |
| Octal | 101 | 122 | 154 | 50 | 30 | 0 | 72 | 330 | 31 | 42 |
| Binary | 1000001 | 1010010 | 1101100 | 101000 | 11000 | 0 | 111010 | 11011000 | 11001 | 100010 |
Color Harmonies of #41526C
Complementary color
Monochromatic Colors of #41526C
Black with #41526C
Text Example
Text Example
White with #41526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41526C; }
p { color: rgb(65,82,108); }
H1.HeaderClassName
{
color: #41526C;
}
.AnyTagClassName
{
color: #41526C;
}
</style>
background-color css
<style>
a { background-color: #41526C; }
a { background-color: rgb(65,82,108); }
div.DivClassName
{
background-color: #41526C;
}
.BgClassName
{
background-color: #41526C;
}
</style>
border-color css
<style>
span { border-color: #41526C; }
span { border-color: rgb(65,82,108); }
td.TdClassName
{
border-color: #41526C;
}
.TagClassName
{
border-color: #41526C;
}
</style>