#04483A

Color #04483A Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #04483A

Tints of Deep Teal #04483A

Color information

#04483A (or 0x04483A) is unknown color: approx Deep Teal. HEX triplet: 04, 48 and 3A. RGB value is (4,72,58). Sum of RGB (Red+Green+Blue) = 4+72+58=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #04483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04483A is #FBB7C5. Grayscale: #323232. Windows color (decimal): -16496582 or 3819524. OLE color: 3819524.

HSL color Cylindrical-coordinate representation of color #04483A: hue angle of 167.65º 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 #04483A is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB47258-
CMYK0.9400.190.72
HSL167.65º89.47%14.9%-
HSV(B)167.65º94.44%28.24%-
XYZ3.134.974.8-
YUV50.07132.4795.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 58 (23.05% from 255) = 43.28%
R=2.99%
G=53.73%
B=43.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472580.9400.190.72167.6589.4714.9
Hex4483A5E01348a859f
Octal41107213602311025013117
Binary1001001000111010101111001001110010001010100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04483A;
 }
 .AnyTagClassName
 {
   color: #04483A;
 }
</style>
background-color css

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

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

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

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

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

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