Shades of Teal Blue #22464C
Tints of Teal Blue #22464C
RGB
CMYK
RGB Variations
Color information
#22464C (or 0x22464C) is known color: Teal Blue. HEX triplet: 22, 46 and 4C. RGB value is (34,70,76). Sum of RGB (Red+Green+Blue) = 34+70+76=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #22464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22464C is #DDB9B3. Grayscale: #3B3B3B. Windows color (decimal): -14530996 or 4998690. OLE color: 4998690.
HSL color Cylindrical-coordinate representation of color #22464C: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22464C is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 70 | 76 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.70 |
| HSL | 188.57º | 0.38% | 0.22% | - |
| HSV(B) | 188.57º | 0.55% | 0.3% | - |
| XYZ | 4.15 | 5.24 | 7.63 | - |
| YUV | 59.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 76 | 0.55 | 0.08 | 0 | 0.70 | 188.57 | 0.38 | 0.22 |
| Hex | 22 | 46 | 4C | 37 | 8 | 0 | 46 | BD | 26 | 16 |
| Octal | 42 | 106 | 114 | 67 | 10 | 0 | 106 | 275 | 46 | 26 |
| Binary | 100010 | 1000110 | 1001100 | 110111 | 1000 | 0 | 1000110 | 10111101 | 100110 | 10110 |
Color Harmonies of #22464C
Complementary color
Monochromatic Colors of #22464C
Black with #22464C
Text Example
Text Example
White with #22464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22464C; }
p { color: rgb(34,70,76); }
H1.HeaderClassName
{
color: #22464C;
}
.AnyTagClassName
{
color: #22464C;
}
</style>
background-color css
<style>
a { background-color: #22464C; }
a { background-color: rgb(34,70,76); }
div.DivClassName
{
background-color: #22464C;
}
.BgClassName
{
background-color: #22464C;
}
</style>
border-color css
<style>
span { border-color: #22464C; }
span { border-color: rgb(34,70,76); }
td.TdClassName
{
border-color: #22464C;
}
.TagClassName
{
border-color: #22464C;
}
</style>