Html Css Color HEX #047085 Teal

📋 copy color: '#047085'

red 4 ◦ green 112 ◦ blue 133

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

Shades of Teal #047085

Tints of Teal #047085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 1.61%
G = 44.98%
B = 53.41%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047085 (or 0x047085) is known color: Teal. HEX triplet: 04, 70 and 85. RGB value is (4,112,133). Sum of RGB (Red+Green+Blue) = 4+112+133=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #047085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047085 is #FB8F7A. Grayscale: #515151. Windows color (decimal): -16486267 or 8744964. OLE color: 8744964.

HSL color Cylindrical-coordinate representation of color #047085: hue angle of 189.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047085 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 112 133 -
CMYK 0.97 0.16 0 0.48
HSL 189.77º 0.94% 0.27% -
HSV(B) 189.77º 0.97% 0.52% -
XYZ 10.08 13.31 24.23 -
YUV 82.1 156.72 72.29 -
System Red Green Blue C M Y K H S L
Decimal 4 112 133 0.97 0.16 0 0.48 189.77 0.94 0.27
Hex 4 70 85 61 10 0 30 BE 5E 1B
Octal 4 160 205 141 20 0 60 276 136 33
Binary 100 1110000 10000101 1100001 10000 0 110000 10111110 1011110 11011

Color Harmonies of #047085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047085

Black with #047085

Text Example


Text Example

White with #047085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047085; }

 p { color: rgb(4,112,133); }

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

background-color css

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

 a { background-color: rgb(4,112,133); }

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

border-color css

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

 span { border-color: rgb(4,112,133); }

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