#046F83

Color #046F83 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #046F83

Tints of Teal #046F83

Color information

#046F83 (or 0x046F83) is unknown color: approx Teal. HEX triplet: 04, 6F and 83. RGB value is (4,111,131). Sum of RGB (Red+Green+Blue) = 4+111+131=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #046F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046F83 is #FB907C. Grayscale: #515151. Windows color (decimal): -16486525 or 8613636. OLE color: 8613636.

HSL color Cylindrical-coordinate representation of color #046F83: hue angle of 189.45º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046F83 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4111131-
CMYK0.970.1500.49
HSL189.45º94.07%26.47%-
HSV(B)189.45º96.95%51.37%-
XYZ9.8313.0323.47-
YUV81.29156.0572.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 131 (51.56% from 255) = 53.25%
R=1.63%
G=45.12%
B=53.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41111310.970.1500.49189.4594.0726.47
Hex46F8361F031bd5e1a
Octal41572031411706127513632
Binary10011011111000001111000011111011000110111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #046F83;
 }
 .AnyTagClassName
 {
   color: #046F83;
 }
</style>
background-color css

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

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

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

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

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

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