#2A464B

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

Shades of Teal Blue #2A464B

Tints of Teal Blue #2A464B

Color information

#2A464B (or 0x2A464B) is unknown color: approx Teal Blue. HEX triplet: 2A, 46 and 4B. RGB value is (42,70,75). Sum of RGB (Red+Green+Blue) = 42+70+75=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A464B is #D5B9B4. Grayscale: #3E3E3E. Windows color (decimal): -14006709 or 4933162. OLE color: 4933162.

HSL color Cylindrical-coordinate representation of color #2A464B: hue angle of 189.09º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A464B is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB427075-
CMYK0.440.0700.71
HSL189.09º28.21%22.94%-
HSV(B)189.09º44%29.41%-
XYZ4.425.387.46-
YUV62.2135.22113.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=22.46%
G=37.43%
B=40.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4270750.440.0700.71189.0928.2122.94
Hex2A464B2C7047bd1c17
Octal5210611354701072753427
Binary1010101000110100101110110011101000111101111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A464B; }

 p { color: rgb(42,70,75); }

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

<style>
 a { background-color: #2A464B; }

 a { background-color: rgb(42,70,75); }

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

<style>
 span { border-color: #2A464B; }

 span { border-color: rgb(42,70,75); }

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