Html Css Color HEX #047285 Teal

📋 copy color: '#047285'

red 4 ◦ green 114 ◦ blue 133

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

Shades of Teal #047285

Tints of Teal #047285

RGB

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

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

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

R = 1.59%
G = 45.42%
B = 52.99%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047285 (or 0x047285) is known color: Teal. HEX triplet: 04, 72 and 85. RGB value is (4,114,133). Sum of RGB (Red+Green+Blue) = 4+114+133=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #047285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047285 is #FB8D7A. Grayscale: #535353. Windows color (decimal): -16485755 or 8745476. OLE color: 8745476.

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

Color convert

RGB 4 114 133 -
CMYK 0.97 0.14 0 0.48
HSL 188.84º 0.94% 0.27% -
HSV(B) 188.84º 0.97% 0.52% -
XYZ 10.3 13.75 24.3 -
YUV 83.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 4 114 133 0.97 0.14 0 0.48 188.84 0.94 0.27
Hex 4 72 85 61 E 0 30 BD 5E 1B
Octal 4 162 205 141 16 0 60 275 136 33
Binary 100 1110010 10000101 1100001 1110 0 110000 10111101 1011110 11011

Color Harmonies of #047285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047285

Black with #047285

Text Example


Text Example

White with #047285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047285; }

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

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

background-color css

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

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

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

border-color css

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

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

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