Shades of Governor Bay #4342AF
Tints of Governor Bay #4342AF
RGB
CMYK
RGB Variations
Color information
#4342AF (or 0x4342AF) is known color: Governor Bay. HEX triplet: 43, 42 and AF. RGB value is (67,66,175). Sum of RGB (Red+Green+Blue) = 67+66+175=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #4342AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4342AF is #BCBD50. Grayscale: #4E4E4E. Windows color (decimal): -12369233 or 11485763. OLE color: 11485763.
HSL color Cylindrical-coordinate representation of color #4342AF: hue angle of 240.55º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4342AF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 66 | 175 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.31 |
| HSL | 240.55º | 0.45% | 0.47% | - |
| HSV(B) | 240.55º | 0.62% | 0.69% | - |
| XYZ | 12 | 8.18 | 41.5 | - |
| YUV | 78.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 175 | 0.62 | 0.62 | 0 | 0.31 | 240.55 | 0.45 | 0.47 |
| Hex | 43 | 42 | AF | 3E | 3E | 0 | 1F | F1 | 2D | 2F |
| Octal | 103 | 102 | 257 | 76 | 76 | 0 | 37 | 361 | 55 | 57 |
| Binary | 1000011 | 1000010 | 10101111 | 111110 | 111110 | 0 | 11111 | 11110001 | 101101 | 101111 |
Color Harmonies of #4342AF
Complementary color
Monochromatic Colors of #4342AF
Black with #4342AF
Text Example
Text Example
White with #4342AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4342AF; }
p { color: rgb(67,66,175); }
H1.HeaderClassName
{
color: #4342AF;
}
.AnyTagClassName
{
color: #4342AF;
}
</style>
background-color css
<style>
a { background-color: #4342AF; }
a { background-color: rgb(67,66,175); }
div.DivClassName
{
background-color: #4342AF;
}
.BgClassName
{
background-color: #4342AF;
}
</style>
border-color css
<style>
span { border-color: #4342AF; }
span { border-color: rgb(67,66,175); }
td.TdClassName
{
border-color: #4342AF;
}
.TagClassName
{
border-color: #4342AF;
}
</style>