#047488

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

Shades of Teal #047488

Tints of Teal #047488

Color information

#047488 (or 0x047488) is unknown color: approx Teal. HEX triplet: 04, 74 and 88. RGB value is (4,116,136). Sum of RGB (Red+Green+Blue) = 4+116+136=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #047488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047488 is #FB8B77. Grayscale: #545454. Windows color (decimal): -16485240 or 8942596. OLE color: 8942596.

HSL color Cylindrical-coordinate representation of color #047488: hue angle of 189.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047488 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4116136-
CMYK0.970.1500.47
HSL189.09º94.29%27.45%-
HSV(B)189.09º97.06%53.33%-
XYZ10.7414.2925.49-
YUV84.79156.8970.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=1.56%
G=45.31%
B=53.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41161360.970.1500.47189.0994.2927.45
Hex4748861F02Fbd5e1b
Octal41642101411705727513633
Binary10011101001000100011000011111010111110111101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047488; }

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

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

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

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

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

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

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

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