Shades of Blue Gem #433FA4
Tints of Blue Gem #433FA4
RGB
CMYK
RGB Variations
Color information
#433FA4 (or 0x433FA4) is known color: Blue Gem. HEX triplet: 43, 3F and A4. RGB value is (67,63,164). Sum of RGB (Red+Green+Blue) = 67+63+164=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 164 (64.45% from 255 or 55.78% from 294); Max value from RGB is 164 - color contains mainly: blue. Hex color #433FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433FA4 is #BCC05B. Grayscale: #4B4B4B. Windows color (decimal): -12370012 or 10764099. OLE color: 10764099.
HSL color Cylindrical-coordinate representation of color #433FA4: hue angle of 242.38º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433FA4 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 63 | 164 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.36 |
| HSL | 242.38º | 0.44% | 0.45% | - |
| HSV(B) | 242.38º | 0.62% | 0.64% | - |
| XYZ | 10.79 | 7.43 | 35.99 | - |
| YUV | 75.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 164 | 0.59 | 0.62 | 0 | 0.36 | 242.38 | 0.44 | 0.45 |
| Hex | 43 | 3F | A4 | 3B | 3E | 0 | 24 | F2 | 2C | 2D |
| Octal | 103 | 77 | 244 | 73 | 76 | 0 | 44 | 362 | 54 | 55 |
| Binary | 1000011 | 111111 | 10100100 | 111011 | 111110 | 0 | 100100 | 11110010 | 101100 | 101101 |
Color Harmonies of #433FA4
Complementary color
Monochromatic Colors of #433FA4
Black with #433FA4
Text Example
Text Example
White with #433FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433FA4; }
p { color: rgb(67,63,164); }
H1.HeaderClassName
{
color: #433FA4;
}
.AnyTagClassName
{
color: #433FA4;
}
</style>
background-color css
<style>
a { background-color: #433FA4; }
a { background-color: rgb(67,63,164); }
div.DivClassName
{
background-color: #433FA4;
}
.BgClassName
{
background-color: #433FA4;
}
</style>
border-color css
<style>
span { border-color: #433FA4; }
span { border-color: rgb(67,63,164); }
td.TdClassName
{
border-color: #433FA4;
}
.TagClassName
{
border-color: #433FA4;
}
</style>