Html Css Color HEX #046D85 Teal

📋 copy color: '#046D85'

red 4 ◦ green 109 ◦ blue 133

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

Shades of Teal #046D85

Tints of Teal #046D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.31%

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 1.63%
G = 44.31%
B = 54.07%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#046D85 (or 0x046D85) is known color: Teal. HEX triplet: 04, 6D and 85. RGB value is (4,109,133). Sum of RGB (Red+Green+Blue) = 4+109+133=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #046D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046D85 is #FB927A. Grayscale: #505050. Windows color (decimal): -16487035 or 8744196. OLE color: 8744196.

HSL color Cylindrical-coordinate representation of color #046D85: hue angle of 191.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046D85 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 109 133 -
CMYK 0.97 0.18 0 0.48
HSL 191.16º 0.94% 0.27% -
HSV(B) 191.16º 0.97% 0.52% -
XYZ 9.75 12.66 24.12 -
YUV 80.34 157.71 73.55 -
System Red Green Blue C M Y K H S L
Decimal 4 109 133 0.97 0.18 0 0.48 191.16 0.94 0.27
Hex 4 6D 85 61 12 0 30 BF 5E 1B
Octal 4 155 205 141 22 0 60 277 136 33
Binary 100 1101101 10000101 1100001 10010 0 110000 10111111 1011110 11011

Color Harmonies of #046D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046D85

Black with #046D85

Text Example


Text Example

White with #046D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,109,133); }

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

background-color css

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

 a { background-color: rgb(4,109,133); }

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

border-color css

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

 span { border-color: rgb(4,109,133); }

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