Shades of Governor Bay #4348A4
Tints of Governor Bay #4348A4
RGB
CMYK
RGB Variations
Color information
#4348A4 (or 0x4348A4) is known color: Governor Bay. HEX triplet: 43, 48 and A4. RGB value is (67,72,164). Sum of RGB (Red+Green+Blue) = 67+72+164=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #4348A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4348A4 is #BCB75B. Grayscale: #505050. Windows color (decimal): -12367708 or 10766403. OLE color: 10766403.
HSL color Cylindrical-coordinate representation of color #4348A4: hue angle of 236.91º 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 #4348A4 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 72 | 164 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.36 |
| HSL | 236.91º | 0.42% | 0.45% | - |
| HSV(B) | 236.91º | 0.59% | 0.64% | - |
| XYZ | 11.33 | 8.51 | 36.17 | - |
| YUV | 80.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 164 | 0.59 | 0.56 | 0 | 0.36 | 236.91 | 0.42 | 0.45 |
| Hex | 43 | 48 | A4 | 3B | 38 | 0 | 24 | ED | 2A | 2D |
| Octal | 103 | 110 | 244 | 73 | 70 | 0 | 44 | 355 | 52 | 55 |
| Binary | 1000011 | 1001000 | 10100100 | 111011 | 111000 | 0 | 100100 | 11101101 | 101010 | 101101 |
Color Harmonies of #4348A4
Complementary color
Monochromatic Colors of #4348A4
Black with #4348A4
Text Example
Text Example
White with #4348A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4348A4; }
p { color: rgb(67,72,164); }
H1.HeaderClassName
{
color: #4348A4;
}
.AnyTagClassName
{
color: #4348A4;
}
</style>
background-color css
<style>
a { background-color: #4348A4; }
a { background-color: rgb(67,72,164); }
div.DivClassName
{
background-color: #4348A4;
}
.BgClassName
{
background-color: #4348A4;
}
</style>
border-color css
<style>
span { border-color: #4348A4; }
span { border-color: rgb(67,72,164); }
td.TdClassName
{
border-color: #4348A4;
}
.TagClassName
{
border-color: #4348A4;
}
</style>