#28464F

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

Shades of Teal Blue #28464F

Tints of Teal Blue #28464F

Color information

#28464F (or 0x28464F) is unknown color: approx Teal Blue. HEX triplet: 28, 46 and 4F. RGB value is (40,70,79). Sum of RGB (Red+Green+Blue) = 40+70+79=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #28464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28464F is #D7B9B0. Grayscale: #3D3D3D. Windows color (decimal): -14137777 or 5195304. OLE color: 5195304.

HSL color Cylindrical-coordinate representation of color #28464F: hue angle of 193.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28464F is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB407079-
CMYK0.490.1100.69
HSL193.85º32.77%23.33%-
HSV(B)193.85º49.37%30.98%-
XYZ4.485.48.2-
YUV62.06137.56112.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=21.16%
G=37.04%
B=41.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4070790.490.1100.69193.8532.7723.33
Hex28464F31B045c22117
Octal50106117611301053024127
Binary101000100011010011111100011011010001011100001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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