#047689

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

Shades of Teal #047689

Tints of Teal #047689

Color information

#047689 (or 0x047689) is unknown color: approx Teal. HEX triplet: 04, 76 and 89. RGB value is (4,118,137). Sum of RGB (Red+Green+Blue) = 4+118+137=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #047689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047689 is #FB8976. Grayscale: #555555. Windows color (decimal): -16484727 or 9008644. OLE color: 9008644.

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

Color convert

RGB4118137-
CMYK0.970.1400.46
HSL188.57º94.33%27.65%-
HSV(B)188.57º97.08%53.73%-
XYZ11.0414.7925.94-
YUV86.08156.7369.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=1.54%
G=45.56%
B=52.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41181370.970.1400.46188.5794.3327.65
Hex4768961E02Ebd5e1c
Octal41662111411605627513634
Binary10011101101000100111000011110010111010111101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047689; }

 p { color: rgb(4,118,137); }

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

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

 a { background-color: rgb(4,118,137); }

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

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

 span { border-color: rgb(4,118,137); }

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