Shades of Eastern Blue #04758F
Tints of Eastern Blue #04758F
RGB
CMYK
RGB Variations
Color information
#04758F (or 0x04758F) is known color: Eastern Blue. HEX triplet: 04, 75 and 8F. RGB value is (4,117,143). Sum of RGB (Red+Green+Blue) = 4+117+143=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #04758F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04758F is #FB8A70. Grayscale: #555555. Windows color (decimal): -16484977 or 9401604. OLE color: 9401604.
HSL color Cylindrical-coordinate representation of color #04758F: hue angle of 191.22º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04758F is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 117 | 143 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.44 |
| HSL | 191.22º | 0.95% | 0.29% | - |
| HSV(B) | 191.22º | 0.97% | 0.56% | - |
| XYZ | 11.37 | 14.73 | 28.23 | - |
| YUV | 86.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 143 | 0.97 | 0.18 | 0 | 0.44 | 191.22 | 0.95 | 0.29 |
| Hex | 4 | 75 | 8F | 61 | 12 | 0 | 2C | BF | 5F | 1D |
| Octal | 4 | 165 | 217 | 141 | 22 | 0 | 54 | 277 | 137 | 35 |
| Binary | 100 | 1110101 | 10001111 | 1100001 | 10010 | 0 | 101100 | 10111111 | 1011111 | 11101 |
Color Harmonies of #04758F
Complementary color
Monochromatic Colors of #04758F
Black with #04758F
Text Example
Text Example
White with #04758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04758F; }
p { color: rgb(4,117,143); }
H1.HeaderClassName
{
color: #04758F;
}
.AnyTagClassName
{
color: #04758F;
}
</style>
background-color css
<style>
a { background-color: #04758F; }
a { background-color: rgb(4,117,143); }
div.DivClassName
{
background-color: #04758F;
}
.BgClassName
{
background-color: #04758F;
}
</style>
border-color css
<style>
span { border-color: #04758F; }
span { border-color: rgb(4,117,143); }
td.TdClassName
{
border-color: #04758F;
}
.TagClassName
{
border-color: #04758F;
}
</style>