Html Css Color HEX #047A8D Teal

📋 copy color: '#047A8D'

red 4 ◦ green 122 ◦ blue 141

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

Shades of Teal #047A8D

Tints of Teal #047A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.69%

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 1.5%
G = 45.69%
B = 52.81%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#047A8D (or 0x047A8D) is known color: Teal. HEX triplet: 04, 7A and 8D. RGB value is (4,122,141). Sum of RGB (Red+Green+Blue) = 4+122+141=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #047A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047A8D is #FB8572. Grayscale: #585858. Windows color (decimal): -16483699 or 9271812. OLE color: 9271812.

HSL color Cylindrical-coordinate representation of color #047A8D: hue angle of 188.32º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A8D is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 122 141 -
CMYK 0.97 0.13 0 0.45
HSL 188.32º 0.94% 0.28% -
HSV(B) 188.32º 0.97% 0.55% -
XYZ 11.82 15.87 27.64 -
YUV 88.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 4 122 141 0.97 0.13 0 0.45 188.32 0.94 0.28
Hex 4 7A 8D 61 D 0 2D BC 5E 1C
Octal 4 172 215 141 15 0 55 274 136 34
Binary 100 1111010 10001101 1100001 1101 0 101101 10111100 1011110 11100

Color Harmonies of #047A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047A8D

Black with #047A8D

Text Example


Text Example

White with #047A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047A8D; }

 p { color: rgb(4,122,141); }

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

background-color css

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

 a { background-color: rgb(4,122,141); }

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

border-color css

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

 span { border-color: rgb(4,122,141); }

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