#26464E

Color #26464E Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #26464E

Tints of Teal Blue #26464E

Color information

#26464E (or 0x26464E) is unknown color: approx Teal Blue. HEX triplet: 26, 46 and 4E. RGB value is (38,70,78). Sum of RGB (Red+Green+Blue) = 38+70+78=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #26464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26464E is #D9B9B1. Grayscale: #3D3D3D. Windows color (decimal): -14268850 or 5129766. OLE color: 5129766.

HSL color Cylindrical-coordinate representation of color #26464E: hue angle of 192º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26464E is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB387078-
CMYK0.510.1000.69
HSL192º34.48%22.75%-
HSV(B)192º51.28%30.59%-
XYZ4.365.348.01-
YUV61.34137.4111.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=20.43%
G=37.63%
B=41.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3870780.510.1000.6919234.4822.75
Hex26464E33A045c02217
Octal46106116631201053004227
Binary100110100011010011101100111010010001011100000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26464E; }

 p { color: rgb(38,70,78); }

 H1.HeaderClassName
 {
   color: #26464E;
 }
 .AnyTagClassName
 {
   color: #26464E;
 }
</style>
background-color css

<style>
 a { background-color: #26464E; }

 a { background-color: rgb(38,70,78); }

 div.DivClassName
 {
   background-color: #26464E;
 }
 .BgClassName
 {
   background-color: #26464E;
 }
</style>
border-color css

<style>
 span { border-color: #26464E; }

 span { border-color: rgb(38,70,78); }

 td.TdClassName
 {
   border-color: #26464E;
 }
 .TagClassName
 {
   border-color: #26464E;
 }
</style>