#27464F

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

Shades of Teal Blue #27464F

Tints of Teal Blue #27464F

Color information

#27464F (or 0x27464F) is unknown color: approx Teal Blue. HEX triplet: 27, 46 and 4F. RGB value is (39,70,79). Sum of RGB (Red+Green+Blue) = 39+70+79=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #27464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27464F is #D8B9B0. Grayscale: #3D3D3D. Windows color (decimal): -14203313 or 5195303. OLE color: 5195303.

HSL color Cylindrical-coordinate representation of color #27464F: hue angle of 193.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27464F is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB397079-
CMYK0.510.1100.69
HSL193.5º33.9%23.14%-
HSV(B)193.5º50.63%30.98%-
XYZ4.445.388.2-
YUV61.76137.73111.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=20.74%
G=37.23%
B=42.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3970790.510.1100.69193.533.923.14
Hex27464F33B045c22217
Octal47106117631301053024227
Binary100111100011010011111100111011010001011100001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27464F; }

 p { color: rgb(39,70,79); }

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

<style>
 a { background-color: #27464F; }

 a { background-color: rgb(39,70,79); }

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

<style>
 span { border-color: #27464F; }

 span { border-color: rgb(39,70,79); }

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