Html Css Color HEX #047888 Teal

📋 copy color: '#047888'

red 4 ◦ green 120 ◦ blue 136

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

Shades of Teal #047888

Tints of Teal #047888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.15%

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

R = 1.54%
G = 46.15%
B = 52.31%

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

#047888 (or 0x047888) is known color: Teal. HEX triplet: 04, 78 and 88. RGB value is (4,120,136). Sum of RGB (Red+Green+Blue) = 4+120+136=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #047888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047888 is #FB8777. Grayscale: #565656. Windows color (decimal): -16484216 or 8943620. OLE color: 8943620.

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

Color convert

RGB 4 120 136 -
CMYK 0.97 0.12 0 0.47
HSL 187.27º 0.94% 0.27% -
HSV(B) 187.27º 0.97% 0.53% -
XYZ 11.21 15.24 25.64 -
YUV 87.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 4 120 136 0.97 0.12 0 0.47 187.27 0.94 0.27
Hex 4 78 88 61 C 0 2F BB 5E 1B
Octal 4 170 210 141 14 0 57 273 136 33
Binary 100 1111000 10001000 1100001 1100 0 101111 10111011 1011110 11011

Color Harmonies of #047888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047888

Black with #047888

Text Example


Text Example

White with #047888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047888; }

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

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

background-color css

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

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

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

border-color css

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

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

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