Shades of Governor Bay #4341B0
Tints of Governor Bay #4341B0
RGB
CMYK
RGB Variations
Color information
#4341B0 (or 0x4341B0) is known color: Governor Bay. HEX triplet: 43, 41 and B0. RGB value is (67,65,176). Sum of RGB (Red+Green+Blue) = 67+65+176=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 176 (69.14% from 255 or 57.14% from 308); Max value from RGB is 176 - color contains mainly: blue. Hex color #4341B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4341B0 is #BCBE4F. Grayscale: #4D4D4D. Windows color (decimal): -12369488 or 11551043. OLE color: 11551043.
HSL color Cylindrical-coordinate representation of color #4341B0: hue angle of 241.08º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4341B0 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 65 | 176 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.31 |
| HSL | 241.08º | 0.46% | 0.47% | - |
| HSV(B) | 241.08º | 0.63% | 0.69% | - |
| XYZ | 12.04 | 8.11 | 42 | - |
| YUV | 78.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 176 | 0.62 | 0.63 | 0 | 0.31 | 241.08 | 0.46 | 0.47 |
| Hex | 43 | 41 | B0 | 3E | 3F | 0 | 1F | F1 | 2E | 2F |
| Octal | 103 | 101 | 260 | 76 | 77 | 0 | 37 | 361 | 56 | 57 |
| Binary | 1000011 | 1000001 | 10110000 | 111110 | 111111 | 0 | 11111 | 11110001 | 101110 | 101111 |
Color Harmonies of #4341B0
Complementary color
Monochromatic Colors of #4341B0
Black with #4341B0
Text Example
Text Example
White with #4341B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4341B0; }
p { color: rgb(67,65,176); }
H1.HeaderClassName
{
color: #4341B0;
}
.AnyTagClassName
{
color: #4341B0;
}
</style>
background-color css
<style>
a { background-color: #4341B0; }
a { background-color: rgb(67,65,176); }
div.DivClassName
{
background-color: #4341B0;
}
.BgClassName
{
background-color: #4341B0;
}
</style>
border-color css
<style>
span { border-color: #4341B0; }
span { border-color: rgb(67,65,176); }
td.TdClassName
{
border-color: #4341B0;
}
.TagClassName
{
border-color: #4341B0;
}
</style>