Html Css Color HEX #04748D Teal

📋 copy color: '#04748D'

red 4 ◦ green 116 ◦ blue 141

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

Shades of Teal #04748D

Tints of Teal #04748D

RGB

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

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

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

R = 1.53%
G = 44.44%
B = 54.02%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04748D (or 0x04748D) is known color: Teal. HEX triplet: 04, 74 and 8D. RGB value is (4,116,141). Sum of RGB (Red+Green+Blue) = 4+116+141=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #04748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04748D is #FB8B72. Grayscale: #555555. Windows color (decimal): -16485235 or 9270276. OLE color: 9270276.

HSL color Cylindrical-coordinate representation of color #04748D: hue angle of 190.95º 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 #04748D is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 116 141 -
CMYK 0.97 0.18 0 0.45
HSL 190.95º 0.94% 0.28% -
HSV(B) 190.95º 0.97% 0.55% -
XYZ 11.1 14.44 27.4 -
YUV 85.36 159.39 69.97 -
System Red Green Blue C M Y K H S L
Decimal 4 116 141 0.97 0.18 0 0.45 190.95 0.94 0.28
Hex 4 74 8D 61 12 0 2D BF 5E 1C
Octal 4 164 215 141 22 0 55 277 136 34
Binary 100 1110100 10001101 1100001 10010 0 101101 10111111 1011110 11100

Color Harmonies of #04748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04748D

Black with #04748D

Text Example


Text Example

White with #04748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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