#04798D

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

Shades of Teal #04798D

Tints of Teal #04798D

Color information

#04798D (or 0x04798D) is unknown color: approx Teal. HEX triplet: 04, 79 and 8D. RGB value is (4,121,141). Sum of RGB (Red+Green+Blue) = 4+121+141=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #04798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04798D is #FB8672. Grayscale: #585858. Windows color (decimal): -16483955 or 9271556. OLE color: 9271556.

HSL color Cylindrical-coordinate representation of color #04798D: hue angle of 188.76º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04798D is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4121141-
CMYK0.970.1400.45
HSL188.76º94.48%28.43%-
HSV(B)188.76º97.16%55.29%-
XYZ11.715.6227.6-
YUV88.3157.7467.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 121 (47.66% from 255) = 45.49%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=1.50%
G=45.49%
B=53.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41211410.970.1400.45188.7694.4828.43
Hex4798D61E02Dbd5e1c
Octal41712151411605527513634
Binary10011110011000110111000011110010110110111101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,121,141); }

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

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

 a { background-color: rgb(4,121,141); }

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

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

 span { border-color: rgb(4,121,141); }

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