Shades of Governor Bay #434CA4
Tints of Governor Bay #434CA4
RGB
CMYK
RGB Variations
Color information
#434CA4 (or 0x434CA4) is known color: Governor Bay. HEX triplet: 43, 4C and A4. RGB value is (67,76,164). Sum of RGB (Red+Green+Blue) = 67+76+164=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #434CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434CA4 is #BCB35B. Grayscale: #525252. Windows color (decimal): -12366684 or 10767427. OLE color: 10767427.
HSL color Cylindrical-coordinate representation of color #434CA4: hue angle of 234.43º 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 #434CA4 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 76 | 164 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.36 |
| HSL | 234.43º | 0.42% | 0.45% | - |
| HSV(B) | 234.43º | 0.59% | 0.64% | - |
| XYZ | 11.6 | 9.04 | 36.26 | - |
| YUV | 83.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 164 | 0.59 | 0.54 | 0 | 0.36 | 234.43 | 0.42 | 0.45 |
| Hex | 43 | 4C | A4 | 3B | 36 | 0 | 24 | EA | 2A | 2D |
| Octal | 103 | 114 | 244 | 73 | 66 | 0 | 44 | 352 | 52 | 55 |
| Binary | 1000011 | 1001100 | 10100100 | 111011 | 110110 | 0 | 100100 | 11101010 | 101010 | 101101 |
Color Harmonies of #434CA4
Complementary color
Monochromatic Colors of #434CA4
Black with #434CA4
Text Example
Text Example
White with #434CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CA4; }
p { color: rgb(67,76,164); }
H1.HeaderClassName
{
color: #434CA4;
}
.AnyTagClassName
{
color: #434CA4;
}
</style>
background-color css
<style>
a { background-color: #434CA4; }
a { background-color: rgb(67,76,164); }
div.DivClassName
{
background-color: #434CA4;
}
.BgClassName
{
background-color: #434CA4;
}
</style>
border-color css
<style>
span { border-color: #434CA4; }
span { border-color: rgb(67,76,164); }
td.TdClassName
{
border-color: #434CA4;
}
.TagClassName
{
border-color: #434CA4;
}
</style>