Html Css Color HEX #047488 Teal

📋 copy color: '#047488'

red 4 ◦ green 116 ◦ blue 136

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

Shades of Teal #047488

Tints of Teal #047488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

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

R = 1.56%
G = 45.31%
B = 53.13%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#047488 (or 0x047488) is known color: 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

RGB 4 116 136 -
CMYK 0.97 0.15 0 0.47
HSL 189.09º 0.94% 0.27% -
HSV(B) 189.09º 0.97% 0.53% -
XYZ 10.74 14.29 25.49 -
YUV 84.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 4 116 136 0.97 0.15 0 0.47 189.09 0.94 0.27
Hex 4 74 88 61 F 0 2F BD 5E 1B
Octal 4 164 210 141 17 0 57 275 136 33
Binary 100 1110100 10001000 1100001 1111 0 101111 10111101 1011110 11011

Color Harmonies of #047488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047488

Black with #047488

Text Example


Text Example

White with #047488

Text Example


Text Example

HTML Codes & Css Web 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>