Shades of East Bay #424B6B
Tints of East Bay #424B6B
RGB
CMYK
RGB Variations
Color information
#424B6B (or 0x424B6B) is known color: East Bay. HEX triplet: 42, 4B and 6B. RGB value is (66,75,107). Sum of RGB (Red+Green+Blue) = 66+75+107=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #424B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B6B is #BDB494. Grayscale: #4B4B4B. Windows color (decimal): -12432533 or 7031618. OLE color: 7031618.
HSL color Cylindrical-coordinate representation of color #424B6B: hue angle of 226.83º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #424B6B is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 75 | 107 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.58 |
| HSL | 226.83º | 0.24% | 0.34% | - |
| HSV(B) | 226.83º | 0.38% | 0.42% | - |
| XYZ | 7.42 | 7.25 | 14.92 | - |
| YUV | 75.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 107 | 0.38 | 0.30 | 0 | 0.58 | 226.83 | 0.24 | 0.34 |
| Hex | 42 | 4B | 6B | 26 | 1E | 0 | 3A | E3 | 18 | 22 |
| Octal | 102 | 113 | 153 | 46 | 36 | 0 | 72 | 343 | 30 | 42 |
| Binary | 1000010 | 1001011 | 1101011 | 100110 | 11110 | 0 | 111010 | 11100011 | 11000 | 100010 |
Color Harmonies of #424B6B
Complementary color
Monochromatic Colors of #424B6B
Black with #424B6B
Text Example
Text Example
White with #424B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B6B; }
p { color: rgb(66,75,107); }
H1.HeaderClassName
{
color: #424B6B;
}
.AnyTagClassName
{
color: #424B6B;
}
</style>
background-color css
<style>
a { background-color: #424B6B; }
a { background-color: rgb(66,75,107); }
div.DivClassName
{
background-color: #424B6B;
}
.BgClassName
{
background-color: #424B6B;
}
</style>
border-color css
<style>
span { border-color: #424B6B; }
span { border-color: rgb(66,75,107); }
td.TdClassName
{
border-color: #424B6B;
}
.TagClassName
{
border-color: #424B6B;
}
</style>