Shades of Governor Bay #433FAD
Tints of Governor Bay #433FAD
RGB
CMYK
RGB Variations
Color information
#433FAD (or 0x433FAD) is known color: Governor Bay. HEX triplet: 43, 3F and AD. RGB value is (67,63,173). Sum of RGB (Red+Green+Blue) = 67+63+173=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #433FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433FAD is #BCC052. Grayscale: #4C4C4C. Windows color (decimal): -12370003 or 11353923. OLE color: 11353923.
HSL color Cylindrical-coordinate representation of color #433FAD: hue angle of 242.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #433FAD is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 63 | 173 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.32 |
| HSL | 242.18º | 0.47% | 0.46% | - |
| HSV(B) | 242.18º | 0.64% | 0.68% | - |
| XYZ | 11.64 | 7.77 | 40.42 | - |
| YUV | 76.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 173 | 0.61 | 0.64 | 0 | 0.32 | 242.18 | 0.47 | 0.46 |
| Hex | 43 | 3F | AD | 3D | 40 | 0 | 20 | F2 | 2F | 2E |
| Octal | 103 | 77 | 255 | 75 | 100 | 0 | 40 | 362 | 57 | 56 |
| Binary | 1000011 | 111111 | 10101101 | 111101 | 1000000 | 0 | 100000 | 11110010 | 101111 | 101110 |
Color Harmonies of #433FAD
Complementary color
Monochromatic Colors of #433FAD
Black with #433FAD
Text Example
Text Example
White with #433FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433FAD; }
p { color: rgb(67,63,173); }
H1.HeaderClassName
{
color: #433FAD;
}
.AnyTagClassName
{
color: #433FAD;
}
</style>
background-color css
<style>
a { background-color: #433FAD; }
a { background-color: rgb(67,63,173); }
div.DivClassName
{
background-color: #433FAD;
}
.BgClassName
{
background-color: #433FAD;
}
</style>
border-color css
<style>
span { border-color: #433FAD; }
span { border-color: rgb(67,63,173); }
td.TdClassName
{
border-color: #433FAD;
}
.TagClassName
{
border-color: #433FAD;
}
</style>