#18464A

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

Shades of Tiber #18464A

Tints of Tiber #18464A

Color information

#18464A (or 0x18464A) is unknown color: approx Tiber. HEX triplet: 18, 46 and 4A. RGB value is (24,70,74). Sum of RGB (Red+Green+Blue) = 24+70+74=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #18464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18464A is #E7B9B5. Grayscale: #383838. Windows color (decimal): -15186358 or 4867608. OLE color: 4867608.

HSL color Cylindrical-coordinate representation of color #18464A: hue angle of 184.8º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18464A is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB247074-
CMYK0.680.0500.71
HSL184.8º51.02%19.22%-
HSV(B)184.8º67.57%29.02%-
XYZ3.85.077.26-
YUV56.7137.76104.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=14.29%
G=41.67%
B=44.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2470740.680.0500.71184.851.0219.22
Hex18464A445047b93313
Octal30106112104501072716323
Binary11000100011010010101000100101010001111011100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18464A; }

 p { color: rgb(24,70,74); }

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

<style>
 a { background-color: #18464A; }

 a { background-color: rgb(24,70,74); }

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

<style>
 span { border-color: #18464A; }

 span { border-color: rgb(24,70,74); }

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