Shades of Blue Lagoon #04636B
Tints of Blue Lagoon #04636B
RGB
CMYK
RGB Variations
Color information
#04636B (or 0x04636B) is known color: Blue Lagoon. HEX triplet: 04, 63 and 6B. RGB value is (4,99,107). Sum of RGB (Red+Green+Blue) = 4+99+107=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #04636B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04636B is #FB9C94. Grayscale: #474747. Windows color (decimal): -16489621 or 7037700. OLE color: 7037700.
HSL color Cylindrical-coordinate representation of color #04636B: hue angle of 184.66º 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 #04636B is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 99 | 107 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.58 |
| HSL | 184.66º | 0.93% | 0.22% | - |
| HSV(B) | 184.66º | 0.96% | 0.42% | - |
| XYZ | 7.17 | 10.01 | 15.46 | - |
| YUV | 71.51 | 148.03 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 107 | 0.96 | 0.07 | 0 | 0.58 | 184.66 | 0.93 | 0.22 |
| Hex | 4 | 63 | 6B | 60 | 7 | 0 | 3A | B9 | 5D | 16 |
| Octal | 4 | 143 | 153 | 140 | 7 | 0 | 72 | 271 | 135 | 26 |
| Binary | 100 | 1100011 | 1101011 | 1100000 | 111 | 0 | 111010 | 10111001 | 1011101 | 10110 |
Color Harmonies of #04636B
Complementary color
Monochromatic Colors of #04636B
Black with #04636B
Text Example
Text Example
White with #04636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04636B; }
p { color: rgb(4,99,107); }
H1.HeaderClassName
{
color: #04636B;
}
.AnyTagClassName
{
color: #04636B;
}
</style>
background-color css
<style>
a { background-color: #04636B; }
a { background-color: rgb(4,99,107); }
div.DivClassName
{
background-color: #04636B;
}
.BgClassName
{
background-color: #04636B;
}
</style>
border-color css
<style>
span { border-color: #04636B; }
span { border-color: rgb(4,99,107); }
td.TdClassName
{
border-color: #04636B;
}
.TagClassName
{
border-color: #04636B;
}
</style>