#28464D

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

Shades of Teal Blue #28464D

Tints of Teal Blue #28464D

Color information

#28464D (or 0x28464D) is unknown color: approx Teal Blue. HEX triplet: 28, 46 and 4D. RGB value is (40,70,77). Sum of RGB (Red+Green+Blue) = 40+70+77=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #28464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28464D is #D7B9B2. Grayscale: #3D3D3D. Windows color (decimal): -14137779 or 5064232. OLE color: 5064232.

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

Color convert

RGB407077-
CMYK0.480.0900.70
HSL191.35º31.62%22.94%-
HSV(B)191.35º48.05%30.2%-
XYZ4.45.377.83-
YUV61.83136.56112.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=21.39%
G=37.43%
B=41.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4070770.480.0900.70191.3531.6222.94
Hex28464D309046bf2017
Octal50106115601101062774027
Binary101000100011010011011100001001010001101011111110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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