#1C464B

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

Shades of Tiber #1C464B

Tints of Tiber #1C464B

Color information

#1C464B (or 0x1C464B) is unknown color: approx Tiber. HEX triplet: 1C, 46 and 4B. RGB value is (28,70,75). Sum of RGB (Red+Green+Blue) = 28+70+75=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C464B is #E3B9B4. Grayscale: #393939. Windows color (decimal): -14924213 or 4933148. OLE color: 4933148.

HSL color Cylindrical-coordinate representation of color #1C464B: hue angle of 186.38º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C464B is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB287075-
CMYK0.630.0700.71
HSL186.38º45.63%20.2%-
HSV(B)186.38º62.67%29.41%-
XYZ3.945.147.44-
YUV58.01137.59106.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=16.18%
G=40.46%
B=43.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2870750.630.0700.71186.3845.6320.2
Hex1C464B3F7047ba2e14
Octal3410611377701072725624
Binary1110010001101001011111111111010001111011101010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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