Shades of Cerulean #046BA5
Tints of Cerulean #046BA5
RGB
CMYK
RGB Variations
Color information
#046BA5 (or 0x046BA5) is known color: Cerulean. HEX triplet: 04, 6B and A5. RGB value is (4,107,165). Sum of RGB (Red+Green+Blue) = 4+107+165=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #046BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046BA5 is #FB945A. Grayscale: #525252. Windows color (decimal): -16487515 or 10840836. OLE color: 10840836.
HSL color Cylindrical-coordinate representation of color #046BA5: hue angle of 201.61º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046BA5 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 107 | 165 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.35 |
| HSL | 201.61º | 0.95% | 0.33% | - |
| HSV(B) | 201.61º | 0.98% | 0.65% | - |
| XYZ | 12.1 | 13.26 | 37.52 | - |
| YUV | 82.82 | 174.38 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 165 | 0.98 | 0.35 | 0 | 0.35 | 201.61 | 0.95 | 0.33 |
| Hex | 4 | 6B | A5 | 62 | 23 | 0 | 23 | CA | 5F | 21 |
| Octal | 4 | 153 | 245 | 142 | 43 | 0 | 43 | 312 | 137 | 41 |
| Binary | 100 | 1101011 | 10100101 | 1100010 | 100011 | 0 | 100011 | 11001010 | 1011111 | 100001 |
Color Harmonies of #046BA5
Complementary color
Monochromatic Colors of #046BA5
Black with #046BA5
Text Example
Text Example
White with #046BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046BA5; }
p { color: rgb(4,107,165); }
H1.HeaderClassName
{
color: #046BA5;
}
.AnyTagClassName
{
color: #046BA5;
}
</style>
background-color css
<style>
a { background-color: #046BA5; }
a { background-color: rgb(4,107,165); }
div.DivClassName
{
background-color: #046BA5;
}
.BgClassName
{
background-color: #046BA5;
}
</style>
border-color css
<style>
span { border-color: #046BA5; }
span { border-color: rgb(4,107,165); }
td.TdClassName
{
border-color: #046BA5;
}
.TagClassName
{
border-color: #046BA5;
}
</style>