Shades of Blue Gem #4230AF
Tints of Blue Gem #4230AF
RGB
CMYK
RGB Variations
Color information
#4230AF (or 0x4230AF) is known color: Blue Gem. HEX triplet: 42, 30 and AF. RGB value is (66,48,175). Sum of RGB (Red+Green+Blue) = 66+48+175=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #4230AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4230AF is #BDCF50. Grayscale: #434343. Windows color (decimal): -12439377 or 11481154. OLE color: 11481154.
HSL color Cylindrical-coordinate representation of color #4230AF: hue angle of 248.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4230AF is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 48 | 175 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.31 |
| HSL | 248.5º | 0.57% | 0.44% | - |
| HSV(B) | 248.5º | 0.73% | 0.69% | - |
| XYZ | 11.04 | 6.37 | 41.2 | - |
| YUV | 67.86 | 188.46 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 175 | 0.62 | 0.73 | 0 | 0.31 | 248.5 | 0.57 | 0.44 |
| Hex | 42 | 30 | AF | 3E | 49 | 0 | 1F | F9 | 39 | 2C |
| Octal | 102 | 60 | 257 | 76 | 111 | 0 | 37 | 371 | 71 | 54 |
| Binary | 1000010 | 110000 | 10101111 | 111110 | 1001001 | 0 | 11111 | 11111001 | 111001 | 101100 |
Color Harmonies of #4230AF
Complementary color
Monochromatic Colors of #4230AF
Black with #4230AF
Text Example
Text Example
White with #4230AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4230AF; }
p { color: rgb(66,48,175); }
H1.HeaderClassName
{
color: #4230AF;
}
.AnyTagClassName
{
color: #4230AF;
}
</style>
background-color css
<style>
a { background-color: #4230AF; }
a { background-color: rgb(66,48,175); }
div.DivClassName
{
background-color: #4230AF;
}
.BgClassName
{
background-color: #4230AF;
}
</style>
border-color css
<style>
span { border-color: #4230AF; }
span { border-color: rgb(66,48,175); }
td.TdClassName
{
border-color: #4230AF;
}
.TagClassName
{
border-color: #4230AF;
}
</style>