Html Css Color HEX #046E8B Teal

📋 copy color: '#046E8B'

red 4 ◦ green 110 ◦ blue 139

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

Shades of Teal #046E8B

Tints of Teal #046E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.48%

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

R = 1.58%
G = 43.48%
B = 54.94%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#046E8B (or 0x046E8B) is known color: Teal. HEX triplet: 04, 6E and 8B. RGB value is (4,110,139). Sum of RGB (Red+Green+Blue) = 4+110+139=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #046E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046E8B is #FB9174. Grayscale: #515151. Windows color (decimal): -16486773 or 9137668. OLE color: 9137668.

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

Color convert

RGB 4 110 139 -
CMYK 0.97 0.21 0 0.45
HSL 192.89º 0.94% 0.28% -
HSV(B) 192.89º 0.97% 0.55% -
XYZ 10.29 13.04 26.4 -
YUV 81.61 160.38 72.64 -
System Red Green Blue C M Y K H S L
Decimal 4 110 139 0.97 0.21 0 0.45 192.89 0.94 0.28
Hex 4 6E 8B 61 15 0 2D C1 5E 1C
Octal 4 156 213 141 25 0 55 301 136 34
Binary 100 1101110 10001011 1100001 10101 0 101101 11000001 1011110 11100

Color Harmonies of #046E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046E8B

Black with #046E8B

Text Example


Text Example

White with #046E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046E8B; }

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

 H1.HeaderClassName
 {
   color: #046E8B;
 }
 .AnyTagClassName
 {
   color: #046E8B;
 }
</style>

background-color css

<style>
 a { background-color: #046E8B; }

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

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

border-color css

<style>
 span { border-color: #046E8B; }

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

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