Html Css Color HEX #04473A Deep Teal

📋 copy color: '#04473A'

red 4 ◦ green 71 ◦ blue 58

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

Shades of Deep Teal #04473A

Tints of Deep Teal #04473A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 53.38%

 BLUE value IS 58 (23.05% from 255) = 43.61%

R = 3.01%
G = 53.38%
B = 43.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#04473A (or 0x04473A) is known color: Deep Teal. HEX triplet: 04, 47 and 3A. RGB value is (4,71,58). Sum of RGB (Red+Green+Blue) = 4+71+58=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #04473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04473A is #FBB8C5. Grayscale: #313131. Windows color (decimal): -16496838 or 3819268. OLE color: 3819268.

HSL color Cylindrical-coordinate representation of color #04473A: hue angle of 168.36º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04473A is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 71 58 -
CMYK 0.94 0 0.18 0.72
HSL 168.36º 0.89% 0.15% -
HSV(B) 168.36º 0.94% 0.28% -
XYZ 3.07 4.84 4.78 -
YUV 49.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 4 71 58 0.94 0 0.18 0.72 168.36 0.89 0.15
Hex 4 47 3A 5E 0 12 48 A8 59 F
Octal 4 107 72 136 0 22 110 250 131 17
Binary 100 1000111 111010 1011110 0 10010 1001000 10101000 1011001 1111

Color Harmonies of #04473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04473A

Black with #04473A

Text Example


Text Example

White with #04473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04473A; }

 p { color: rgb(4,71,58); }

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

background-color css

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

 a { background-color: rgb(4,71,58); }

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

border-color css

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

 span { border-color: rgb(4,71,58); }

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