Html Css Color HEX #04778D Teal

📋 copy color: '#04778D'

red 4 ◦ green 119 ◦ blue 141

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

Shades of Teal #04778D

Tints of Teal #04778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.08%

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

R = 1.52%
G = 45.08%
B = 53.41%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04778D (or 0x04778D) is known color: Teal. HEX triplet: 04, 77 and 8D. RGB value is (4,119,141). Sum of RGB (Red+Green+Blue) = 4+119+141=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #04778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04778D is #FB8872. Grayscale: #565656. Windows color (decimal): -16484467 or 9271044. OLE color: 9271044.

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

Color convert

RGB 4 119 141 -
CMYK 0.97 0.16 0 0.45
HSL 189.64º 0.94% 0.28% -
HSV(B) 189.64º 0.97% 0.55% -
XYZ 11.45 15.14 27.52 -
YUV 87.12 158.4 68.71 -
System Red Green Blue C M Y K H S L
Decimal 4 119 141 0.97 0.16 0 0.45 189.64 0.94 0.28
Hex 4 77 8D 61 10 0 2D BE 5E 1C
Octal 4 167 215 141 20 0 55 276 136 34
Binary 100 1110111 10001101 1100001 10000 0 101101 10111110 1011110 11100

Color Harmonies of #04778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04778D

Black with #04778D

Text Example


Text Example

White with #04778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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