#04798B

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

Shades of Teal #04798B

Tints of Teal #04798B

Color information

#04798B (or 0x04798B) is unknown color: approx Teal. HEX triplet: 04, 79 and 8B. RGB value is (4,121,139). Sum of RGB (Red+Green+Blue) = 4+121+139=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #04798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04798B is #FB8674. Grayscale: #575757. Windows color (decimal): -16483957 or 9140484. OLE color: 9140484.

HSL color Cylindrical-coordinate representation of color #04798B: hue angle of 188º 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 #04798B is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4121139-
CMYK0.970.1300.45
HSL188º94.41%28.04%-
HSV(B)188º97.12%54.51%-
XYZ11.5515.5626.82-
YUV88.07156.7468.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=1.52%
G=45.83%
B=52.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41211390.970.1300.4518894.4128.04
Hex4798B61D02Dbc5e1c
Octal41712131411505527413634
Binary10011110011000101111000011101010110110111100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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