Shades of Sherpa Blue #00465C
Tints of Sherpa Blue #00465C
RGB
CMYK
RGB Variations
Color information
#00465C (or 0x00465C) is known color: Sherpa Blue. HEX triplet: 00, 46 and 5C. RGB value is (0,70,92). Sum of RGB (Red+Green+Blue) = 0+70+92=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #00465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00465C is #FFB9A3. Grayscale: #333333. Windows color (decimal): -16759204 or 6047232. OLE color: 6047232.
HSL color Cylindrical-coordinate representation of color #00465C: hue angle of 194.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00465C is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 70 | 92 | - |
| CMYK | 1 | 0.24 | 0 | 0.64 |
| HSL | 194.35º | 1% | 0.18% | - |
| HSV(B) | 194.35º | 1% | 0.36% | - |
| XYZ | 4.12 | 5.15 | 10.9 | - |
| YUV | 51.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 92 | 1 | 0.24 | 0 | 0.64 | 194.35 | 1 | 0.18 |
| Hex | 0 | 46 | 5C | 64 | 18 | 0 | 40 | C2 | 64 | 12 |
| Octal | 0 | 106 | 134 | 144 | 30 | 0 | 100 | 302 | 144 | 22 |
| Binary | 0 | 1000110 | 1011100 | 1100100 | 11000 | 0 | 1000000 | 11000010 | 1100100 | 10010 |
Color Harmonies of #00465C
Complementary color
Monochromatic Colors of #00465C
Black with #00465C
Text Example
Text Example
White with #00465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00465C; }
p { color: rgb(0,70,92); }
H1.HeaderClassName
{
color: #00465C;
}
.AnyTagClassName
{
color: #00465C;
}
</style>
background-color css
<style>
a { background-color: #00465C; }
a { background-color: rgb(0,70,92); }
div.DivClassName
{
background-color: #00465C;
}
.BgClassName
{
background-color: #00465C;
}
</style>
border-color css
<style>
span { border-color: #00465C; }
span { border-color: rgb(0,70,92); }
td.TdClassName
{
border-color: #00465C;
}
.TagClassName
{
border-color: #00465C;
}
</style>