#04748E

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

Shades of Teal #04748E

Tints of Teal #04748E

Color information

#04748E (or 0x04748E) is unknown color: approx Teal. HEX triplet: 04, 74 and 8E. RGB value is (4,116,142). Sum of RGB (Red+Green+Blue) = 4+116+142=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #04748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04748E is #FB8B71. Grayscale: #555555. Windows color (decimal): -16485234 or 9335812. OLE color: 9335812.

HSL color Cylindrical-coordinate representation of color #04748E: hue angle of 191.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04748E is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4116142-
CMYK0.970.1800.44
HSL191.3º94.52%28.63%-
HSV(B)191.3º97.18%55.69%-
XYZ11.1814.4727.79-
YUV85.48159.8969.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=1.53%
G=44.27%
B=54.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41161420.970.1800.44191.394.5228.63
Hex4748E611202Cbf5f1d
Octal41642161412205427713735
Binary100111010010001110110000110010010110010111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,116,142); }

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

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

 a { background-color: rgb(4,116,142); }

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

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

 span { border-color: rgb(4,116,142); }

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