Shades of Blue Lagoon #04506B
Tints of Blue Lagoon #04506B
RGB
CMYK
RGB Variations
Color information
#04506B (or 0x04506B) is known color: Blue Lagoon. HEX triplet: 04, 50 and 6B. RGB value is (4,80,107). Sum of RGB (Red+Green+Blue) = 4+80+107=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #04506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04506B is #FBAF94. Grayscale: #3C3C3C. Windows color (decimal): -16494485 or 7032836. OLE color: 7032836.
HSL color Cylindrical-coordinate representation of color #04506B: hue angle of 195.73º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04506B is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 80 | 107 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.58 |
| HSL | 195.73º | 0.93% | 0.22% | - |
| HSV(B) | 195.73º | 0.96% | 0.42% | - |
| XYZ | 5.57 | 6.82 | 14.93 | - |
| YUV | 60.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 107 | 0.96 | 0.25 | 0 | 0.58 | 195.73 | 0.93 | 0.22 |
| Hex | 4 | 50 | 6B | 60 | 19 | 0 | 3A | C4 | 5D | 16 |
| Octal | 4 | 120 | 153 | 140 | 31 | 0 | 72 | 304 | 135 | 26 |
| Binary | 100 | 1010000 | 1101011 | 1100000 | 11001 | 0 | 111010 | 11000100 | 1011101 | 10110 |
Color Harmonies of #04506B
Complementary color
Monochromatic Colors of #04506B
Black with #04506B
Text Example
Text Example
White with #04506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04506B; }
p { color: rgb(4,80,107); }
H1.HeaderClassName
{
color: #04506B;
}
.AnyTagClassName
{
color: #04506B;
}
</style>
background-color css
<style>
a { background-color: #04506B; }
a { background-color: rgb(4,80,107); }
div.DivClassName
{
background-color: #04506B;
}
.BgClassName
{
background-color: #04506B;
}
</style>
border-color css
<style>
span { border-color: #04506B; }
span { border-color: rgb(4,80,107); }
td.TdClassName
{
border-color: #04506B;
}
.TagClassName
{
border-color: #04506B;
}
</style>