Html Css Color HEX #047280 Teal

📋 copy color: '#047280'

red 4 ◦ green 114 ◦ blue 128

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

Shades of Teal #047280

Tints of Teal #047280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 128 (50.39% from 255) = 52.03%

R = 1.63%
G = 46.34%
B = 52.03%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#047280 (or 0x047280) is known color: Teal. HEX triplet: 04, 72 and 80. RGB value is (4,114,128). Sum of RGB (Red+Green+Blue) = 4+114+128=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #047280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047280 is #FB8D7F. Grayscale: #525252. Windows color (decimal): -16485760 or 8417796. OLE color: 8417796.

HSL color Cylindrical-coordinate representation of color #047280: hue angle of 186.77º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047280 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 114 128 -
CMYK 0.97 0.11 0 0.50
HSL 186.77º 0.94% 0.26% -
HSV(B) 186.77º 0.97% 0.5% -
XYZ 9.96 13.62 22.53 -
YUV 82.71 153.56 71.86 -
System Red Green Blue C M Y K H S L
Decimal 4 114 128 0.97 0.11 0 0.50 186.77 0.94 0.26
Hex 4 72 80 61 B 0 32 BB 5E 1A
Octal 4 162 200 141 13 0 62 273 136 32
Binary 100 1110010 10000000 1100001 1011 0 110010 10111011 1011110 11010

Color Harmonies of #047280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047280

Black with #047280

Text Example


Text Example

White with #047280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047280; }

 p { color: rgb(4,114,128); }

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

background-color css

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

 a { background-color: rgb(4,114,128); }

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

border-color css

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

 span { border-color: rgb(4,114,128); }

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