Shades of Governor Bay #434EA4
Tints of Governor Bay #434EA4
RGB
CMYK
RGB Variations
Color information
#434EA4 (or 0x434EA4) is known color: Governor Bay. HEX triplet: 43, 4E and A4. RGB value is (67,78,164). Sum of RGB (Red+Green+Blue) = 67+78+164=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #434EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434EA4 is #BCB15B. Grayscale: #545454. Windows color (decimal): -12366172 or 10767939. OLE color: 10767939.
HSL color Cylindrical-coordinate representation of color #434EA4: hue angle of 233.2º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #434EA4 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 78 | 164 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.36 |
| HSL | 233.2º | 0.42% | 0.45% | - |
| HSV(B) | 233.2º | 0.59% | 0.64% | - |
| XYZ | 11.74 | 9.32 | 36.3 | - |
| YUV | 84.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 164 | 0.59 | 0.52 | 0 | 0.36 | 233.2 | 0.42 | 0.45 |
| Hex | 43 | 4E | A4 | 3B | 34 | 0 | 24 | E9 | 2A | 2D |
| Octal | 103 | 116 | 244 | 73 | 64 | 0 | 44 | 351 | 52 | 55 |
| Binary | 1000011 | 1001110 | 10100100 | 111011 | 110100 | 0 | 100100 | 11101001 | 101010 | 101101 |
Color Harmonies of #434EA4
Complementary color
Monochromatic Colors of #434EA4
Black with #434EA4
Text Example
Text Example
White with #434EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434EA4; }
p { color: rgb(67,78,164); }
H1.HeaderClassName
{
color: #434EA4;
}
.AnyTagClassName
{
color: #434EA4;
}
</style>
background-color css
<style>
a { background-color: #434EA4; }
a { background-color: rgb(67,78,164); }
div.DivClassName
{
background-color: #434EA4;
}
.BgClassName
{
background-color: #434EA4;
}
</style>
border-color css
<style>
span { border-color: #434EA4; }
span { border-color: rgb(67,78,164); }
td.TdClassName
{
border-color: #434EA4;
}
.TagClassName
{
border-color: #434EA4;
}
</style>