#26464D

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

Shades of Teal Blue #26464D

Tints of Teal Blue #26464D

Color information

#26464D (or 0x26464D) is unknown color: approx Teal Blue. HEX triplet: 26, 46 and 4D. RGB value is (38,70,77). Sum of RGB (Red+Green+Blue) = 38+70+77=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #26464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26464D is #D9B9B2. Grayscale: #3D3D3D. Windows color (decimal): -14268851 or 5064230. OLE color: 5064230.

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

Color convert

RGB387077-
CMYK0.510.0900.70
HSL190.77º33.91%22.55%-
HSV(B)190.77º50.65%30.2%-
XYZ4.335.337.82-
YUV61.23136.9111.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=20.54%
G=37.84%
B=41.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3870770.510.0900.70190.7733.9122.55
Hex26464D339046bf2217
Octal46106115631101062774227
Binary100110100011010011011100111001010001101011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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