Html Css Color HEX #047485 Teal

📋 copy color: '#047485'

red 4 ◦ green 116 ◦ blue 133

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

Shades of Teal #047485

Tints of Teal #047485

RGB

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

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

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

R = 1.58%
G = 45.85%
B = 52.57%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047485 (or 0x047485) is known color: Teal. HEX triplet: 04, 74 and 85. RGB value is (4,116,133). Sum of RGB (Red+Green+Blue) = 4+116+133=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #047485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047485 is #FB8B7A. Grayscale: #545454. Windows color (decimal): -16485243 or 8745988. OLE color: 8745988.

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

Color convert

RGB 4 116 133 -
CMYK 0.97 0.13 0 0.48
HSL 187.91º 0.94% 0.27% -
HSV(B) 187.91º 0.97% 0.52% -
XYZ 10.53 14.21 24.38 -
YUV 84.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 4 116 133 0.97 0.13 0 0.48 187.91 0.94 0.27
Hex 4 74 85 61 D 0 30 BC 5E 1B
Octal 4 164 205 141 15 0 60 274 136 33
Binary 100 1110100 10000101 1100001 1101 0 110000 10111100 1011110 11011

Color Harmonies of #047485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047485

Black with #047485

Text Example


Text Example

White with #047485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047485; }

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

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

background-color css

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

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

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

border-color css

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

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

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