#26474E

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

Shades of Teal Blue #26474E

Tints of Teal Blue #26474E

Color information

#26474E (or 0x26474E) is unknown color: approx Teal Blue. HEX triplet: 26, 47 and 4E. RGB value is (38,71,78). Sum of RGB (Red+Green+Blue) = 38+71+78=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #26474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26474E is #D9B8B1. Grayscale: #3D3D3D. Windows color (decimal): -14268594 or 5130022. OLE color: 5130022.

HSL color Cylindrical-coordinate representation of color #26474E: hue angle of 190.5º 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 #26474E is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB387178-
CMYK0.510.0900.69
HSL190.5º34.48%22.75%-
HSV(B)190.5º51.28%30.59%-
XYZ4.435.478.03-
YUV61.93137.07110.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=20.32%
G=37.97%
B=41.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3871780.510.0900.69190.534.4822.75
Hex26474E339045be2217
Octal46107116631101052764227
Binary100110100011110011101100111001010001011011111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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