Html Css Color HEX #046F89 Teal

📋 copy color: '#046F89'

red 4 ◦ green 111 ◦ blue 137

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

Shades of Teal #046F89

Tints of Teal #046F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.05%

 BLUE value IS 137 (53.91% from 255) = 54.37%

R = 1.59%
G = 44.05%
B = 54.37%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#046F89 (or 0x046F89) is known color: Teal. HEX triplet: 04, 6F and 89. RGB value is (4,111,137). Sum of RGB (Red+Green+Blue) = 4+111+137=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #046F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046F89 is #FB9076. Grayscale: #515151. Windows color (decimal): -16486519 or 9006852. OLE color: 9006852.

HSL color Cylindrical-coordinate representation of color #046F89: hue angle of 191.73º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046F89 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 111 137 -
CMYK 0.97 0.19 0 0.46
HSL 191.73º 0.94% 0.28% -
HSV(B) 191.73º 0.97% 0.54% -
XYZ 10.25 13.2 25.67 -
YUV 81.97 159.05 72.39 -
System Red Green Blue C M Y K H S L
Decimal 4 111 137 0.97 0.19 0 0.46 191.73 0.94 0.28
Hex 4 6F 89 61 13 0 2E C0 5E 1C
Octal 4 157 211 141 23 0 56 300 136 34
Binary 100 1101111 10001001 1100001 10011 0 101110 11000000 1011110 11100

Color Harmonies of #046F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F89

Black with #046F89

Text Example


Text Example

White with #046F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,111,137); }

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

background-color css

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

 a { background-color: rgb(4,111,137); }

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

border-color css

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

 span { border-color: rgb(4,111,137); }

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