#1C4146

Color #1C4146 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #1C4146

Tints of Tiber #1C4146

Color information

#1C4146 (or 0x1C4146) is unknown color: approx Tiber. HEX triplet: 1C, 41 and 46. RGB value is (28,65,70). Sum of RGB (Red+Green+Blue) = 28+65+70=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #1C4146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4146 is #E3BEB9. Grayscale: #363636. Windows color (decimal): -14925498 or 4604188. OLE color: 4604188.

HSL color Cylindrical-coordinate representation of color #1C4146: hue angle of 187.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C4146 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB286570-
CMYK0.600.0700.73
HSL187.14º42.86%19.22%-
HSV(B)187.14º60%27.45%-
XYZ3.474.476.47-
YUV54.51136.74109.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.18%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=17.18%
G=39.88%
B=42.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2865700.600.0700.73187.1442.8619.22
Hex1C41463C7049bb2b13
Octal3410110674701112735323
Binary1110010000011000110111100111010010011011101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C4146; }

 p { color: rgb(28,65,70); }

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

<style>
 a { background-color: #1C4146; }

 a { background-color: rgb(28,65,70); }

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

<style>
 span { border-color: #1C4146; }

 span { border-color: rgb(28,65,70); }

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