Html Css Color HEX #047189 Teal

📋 copy color: '#047189'

red 4 ◦ green 113 ◦ blue 137

#047189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #047189

Tints of Teal #047189

RGB

 RED value IS 4 (1.95% from 255) = 1.57%

 GREEN value IS 113 (44.53% from 255) = 44.49%

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 1.57%
G = 44.49%
B = 53.94%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#047189 (or 0x047189) is known color: Teal. HEX triplet: 04, 71 and 89. RGB value is (4,113,137). Sum of RGB (Red+Green+Blue) = 4+113+137=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #047189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047189 is #FB8E76. Grayscale: #525252. Windows color (decimal): -16486007 or 9007364. OLE color: 9007364.

HSL color Cylindrical-coordinate representation of color #047189: hue angle of 190.83º 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 #047189 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 113 137 -
CMYK 0.97 0.18 0 0.46
HSL 190.83º 0.94% 0.28% -
HSV(B) 190.83º 0.97% 0.54% -
XYZ 10.47 13.64 25.75 -
YUV 83.15 158.39 71.55 -
System Red Green Blue C M Y K H S L
Decimal 4 113 137 0.97 0.18 0 0.46 190.83 0.94 0.28
Hex 4 71 89 61 12 0 2E BF 5E 1C
Octal 4 161 211 141 22 0 56 277 136 34
Binary 100 1110001 10001001 1100001 10010 0 101110 10111111 1011110 11100

Color Harmonies of #047189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047189

Black with #047189

Text Example


Text Example

White with #047189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047189; }

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

 H1.HeaderClassName
 {
   color: #047189;
 }
 .AnyTagClassName
 {
   color: #047189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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