#27464B

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

Shades of Teal Blue #27464B

Tints of Teal Blue #27464B

Color information

#27464B (or 0x27464B) is unknown color: approx Teal Blue. HEX triplet: 27, 46 and 4B. RGB value is (39,70,75). Sum of RGB (Red+Green+Blue) = 39+70+75=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #27464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27464B is #D8B9B4. Grayscale: #3D3D3D. Windows color (decimal): -14203317 or 4933159. OLE color: 4933159.

HSL color Cylindrical-coordinate representation of color #27464B: hue angle of 188.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27464B is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB397075-
CMYK0.480.0700.71
HSL188.33º31.58%22.35%-
HSV(B)188.33º48%29.41%-
XYZ4.35.327.46-
YUV61.3135.73112.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=21.20%
G=38.04%
B=40.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3970750.480.0700.71188.3331.5822.35
Hex27464B307047bc2016
Octal4710611360701072744026
Binary10011110001101001011110000111010001111011110010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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