Html Css Color HEX #04758B Teal

📋 copy color: '#04758B'

red 4 ◦ green 117 ◦ blue 139

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

Shades of Teal #04758B

Tints of Teal #04758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 1.54%
G = 45%
B = 53.46%

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

#04758B (or 0x04758B) is known color: Teal. HEX triplet: 04, 75 and 8B. RGB value is (4,117,139). Sum of RGB (Red+Green+Blue) = 4+117+139=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #04758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04758B is #FB8A74. Grayscale: #555555. Windows color (decimal): -16484981 or 9139460. OLE color: 9139460.

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

Color convert

RGB 4 117 139 -
CMYK 0.97 0.16 0 0.45
HSL 189.78º 0.94% 0.28% -
HSV(B) 189.78º 0.97% 0.55% -
XYZ 11.07 14.61 26.66 -
YUV 85.72 158.06 69.71 -
System Red Green Blue C M Y K H S L
Decimal 4 117 139 0.97 0.16 0 0.45 189.78 0.94 0.28
Hex 4 75 8B 61 10 0 2D BE 5E 1C
Octal 4 165 213 141 20 0 55 276 136 34
Binary 100 1110101 10001011 1100001 10000 0 101101 10111110 1011110 11100

Color Harmonies of #04758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04758B

Black with #04758B

Text Example


Text Example

White with #04758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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