Html Css Color HEX #04748B Teal

📋 copy color: '#04748B'

red 4 ◦ green 116 ◦ blue 139

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

Shades of Teal #04748B

Tints of Teal #04748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 1.54%
G = 44.79%
B = 53.67%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04748B (or 0x04748B) is known color: Teal. HEX triplet: 04, 74 and 8B. RGB value is (4,116,139). Sum of RGB (Red+Green+Blue) = 4+116+139=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #04748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04748B is #FB8B74. Grayscale: #545454. Windows color (decimal): -16485237 or 9139204. OLE color: 9139204.

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

Color convert

RGB 4 116 139 -
CMYK 0.97 0.17 0 0.45
HSL 190.22º 0.94% 0.28% -
HSV(B) 190.22º 0.97% 0.55% -
XYZ 10.96 14.38 26.62 -
YUV 85.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 4 116 139 0.97 0.17 0 0.45 190.22 0.94 0.28
Hex 4 74 8B 61 11 0 2D BE 5E 1C
Octal 4 164 213 141 21 0 55 276 136 34
Binary 100 1110100 10001011 1100001 10001 0 101101 10111110 1011110 11100

Color Harmonies of #04748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04748B

Black with #04748B

Text Example


Text Example

White with #04748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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