Html Css Color HEX #04748E Teal

📋 copy color: '#04748E'

red 4 ◦ green 116 ◦ blue 142

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

Shades of Teal #04748E

Tints of Teal #04748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.2%

R = 1.53%
G = 44.27%
B = 54.2%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04748E (or 0x04748E) is known color: Teal. HEX triplet: 04, 74 and 8E. RGB value is (4,116,142). Sum of RGB (Red+Green+Blue) = 4+116+142=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #04748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04748E is #FB8B71. Grayscale: #555555. Windows color (decimal): -16485234 or 9335812. OLE color: 9335812.

HSL color Cylindrical-coordinate representation of color #04748E: hue angle of 191.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04748E is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 116 142 -
CMYK 0.97 0.18 0 0.44
HSL 191.3º 0.95% 0.29% -
HSV(B) 191.3º 0.97% 0.56% -
XYZ 11.18 14.47 27.79 -
YUV 85.48 159.89 69.89 -
System Red Green Blue C M Y K H S L
Decimal 4 116 142 0.97 0.18 0 0.44 191.3 0.95 0.29
Hex 4 74 8E 61 12 0 2C BF 5F 1D
Octal 4 164 216 141 22 0 54 277 137 35
Binary 100 1110100 10001110 1100001 10010 0 101100 10111111 1011111 11101

Color Harmonies of #04748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04748E

Black with #04748E

Text Example


Text Example

White with #04748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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