Shades of East Bay #414F6A
Tints of East Bay #414F6A
RGB
CMYK
RGB Variations
Color information
#414F6A (or 0x414F6A) is known color: East Bay. HEX triplet: 41, 4F and 6A. RGB value is (65,79,106). Sum of RGB (Red+Green+Blue) = 65+79+106=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #414F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F6A is #BEB095. Grayscale: #4D4D4D. Windows color (decimal): -12497046 or 6967105. OLE color: 6967105.
HSL color Cylindrical-coordinate representation of color #414F6A: hue angle of 219.51º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #414F6A is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 79 | 106 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.58 |
| HSL | 219.51º | 0.24% | 0.34% | - |
| HSV(B) | 219.51º | 0.39% | 0.42% | - |
| XYZ | 7.58 | 7.76 | 14.73 | - |
| YUV | 77.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 106 | 0.39 | 0.25 | 0 | 0.58 | 219.51 | 0.24 | 0.34 |
| Hex | 41 | 4F | 6A | 27 | 19 | 0 | 3A | DC | 18 | 22 |
| Octal | 101 | 117 | 152 | 47 | 31 | 0 | 72 | 334 | 30 | 42 |
| Binary | 1000001 | 1001111 | 1101010 | 100111 | 11001 | 0 | 111010 | 11011100 | 11000 | 100010 |
Color Harmonies of #414F6A
Complementary color
Monochromatic Colors of #414F6A
Black with #414F6A
Text Example
Text Example
White with #414F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414F6A; }
p { color: rgb(65,79,106); }
H1.HeaderClassName
{
color: #414F6A;
}
.AnyTagClassName
{
color: #414F6A;
}
</style>
background-color css
<style>
a { background-color: #414F6A; }
a { background-color: rgb(65,79,106); }
div.DivClassName
{
background-color: #414F6A;
}
.BgClassName
{
background-color: #414F6A;
}
</style>
border-color css
<style>
span { border-color: #414F6A; }
span { border-color: rgb(65,79,106); }
td.TdClassName
{
border-color: #414F6A;
}
.TagClassName
{
border-color: #414F6A;
}
</style>