Html Css Color HEX #047788 Teal

📋 copy color: '#047788'

red 4 ◦ green 119 ◦ blue 136

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

Shades of Teal #047788

Tints of Teal #047788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 1.54%
G = 45.95%
B = 52.51%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#047788 (or 0x047788) is known color: Teal. HEX triplet: 04, 77 and 88. RGB value is (4,119,136). Sum of RGB (Red+Green+Blue) = 4+119+136=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #047788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047788 is #FB8877. Grayscale: #565656. Windows color (decimal): -16484472 or 8943364. OLE color: 8943364.

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

Color convert

RGB 4 119 136 -
CMYK 0.97 0.12 0 0.47
HSL 187.73º 0.94% 0.27% -
HSV(B) 187.73º 0.97% 0.53% -
XYZ 11.09 15 25.6 -
YUV 86.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 4 119 136 0.97 0.12 0 0.47 187.73 0.94 0.27
Hex 4 77 88 61 C 0 2F BC 5E 1B
Octal 4 167 210 141 14 0 57 274 136 33
Binary 100 1110111 10001000 1100001 1100 0 101111 10111100 1011110 11011

Color Harmonies of #047788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047788

Black with #047788

Text Example


Text Example

White with #047788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047788; }

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

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

background-color css

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

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

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

border-color css

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

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

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