#2A474E

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

Shades of Teal Blue #2A474E

Tints of Teal Blue #2A474E

Color information

#2A474E (or 0x2A474E) is unknown color: approx Teal Blue. HEX triplet: 2A, 47 and 4E. RGB value is (42,71,78). Sum of RGB (Red+Green+Blue) = 42+71+78=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A474E is #D5B8B1. Grayscale: #3F3F3F. Windows color (decimal): -14006450 or 5130026. OLE color: 5130026.

HSL color Cylindrical-coordinate representation of color #2A474E: hue angle of 191.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A474E is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB427178-
CMYK0.460.0900.69
HSL191.67º30%23.53%-
HSV(B)191.67º46.15%30.59%-
XYZ4.585.558.04-
YUV63.13136.39112.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.99%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=21.99%
G=37.17%
B=40.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4271780.460.0900.69191.673023.53
Hex2A474E2E9045c01e18
Octal52107116561101053003630
Binary10101010001111001110101110100101000101110000001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,78); }

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

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

 a { background-color: rgb(42,71,78); }

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

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

 span { border-color: rgb(42,71,78); }

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