Shades of Teal Blue #264A4F
Tints of Teal Blue #264A4F
RGB
CMYK
RGB Variations
Color information
#264A4F (or 0x264A4F) is known color: Teal Blue. HEX triplet: 26, 4A and 4F. RGB value is (38,74,79). Sum of RGB (Red+Green+Blue) = 38+74+79=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #264A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A4F is #D9B5B0. Grayscale: #3F3F3F. Windows color (decimal): -14267825 or 5196326. OLE color: 5196326.
HSL color Cylindrical-coordinate representation of color #264A4F: hue angle of 187.32º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264A4F is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 74 | 79 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.69 |
| HSL | 187.32º | 0.35% | 0.23% | - |
| HSV(B) | 187.32º | 0.52% | 0.31% | - |
| XYZ | 4.66 | 5.87 | 8.29 | - |
| YUV | 63.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 79 | 0.52 | 0.06 | 0 | 0.69 | 187.32 | 0.35 | 0.23 |
| Hex | 26 | 4A | 4F | 34 | 6 | 0 | 45 | BB | 23 | 17 |
| Octal | 46 | 112 | 117 | 64 | 6 | 0 | 105 | 273 | 43 | 27 |
| Binary | 100110 | 1001010 | 1001111 | 110100 | 110 | 0 | 1000101 | 10111011 | 100011 | 10111 |
Color Harmonies of #264A4F
Complementary color
Monochromatic Colors of #264A4F
Black with #264A4F
Text Example
Text Example
White with #264A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A4F; }
p { color: rgb(38,74,79); }
H1.HeaderClassName
{
color: #264A4F;
}
.AnyTagClassName
{
color: #264A4F;
}
</style>
background-color css
<style>
a { background-color: #264A4F; }
a { background-color: rgb(38,74,79); }
div.DivClassName
{
background-color: #264A4F;
}
.BgClassName
{
background-color: #264A4F;
}
</style>
border-color css
<style>
span { border-color: #264A4F; }
span { border-color: rgb(38,74,79); }
td.TdClassName
{
border-color: #264A4F;
}
.TagClassName
{
border-color: #264A4F;
}
</style>