#26464B

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

Shades of Teal Blue #26464B

Tints of Teal Blue #26464B

Color information

#26464B (or 0x26464B) is unknown color: approx Teal Blue. HEX triplet: 26, 46 and 4B. RGB value is (38,70,75). Sum of RGB (Red+Green+Blue) = 38+70+75=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #26464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26464B is #D9B9B4. Grayscale: #3C3C3C. Windows color (decimal): -14268853 or 4933158. OLE color: 4933158.

HSL color Cylindrical-coordinate representation of color #26464B: hue angle of 188.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26464B is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB387075-
CMYK0.490.0700.71
HSL188.11º32.74%22.16%-
HSV(B)188.11º49.33%29.41%-
XYZ4.265.37.46-
YUV61135.9111.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=20.77%
G=38.25%
B=40.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3870750.490.0700.71188.1132.7422.16
Hex26464B317047bc2116
Octal4610611361701072744126
Binary10011010001101001011110001111010001111011110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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