#146481

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

Shades of Allports #146481

Tints of Allports #146481

Color information

#146481 (or 0x146481) is unknown color: approx Allports. HEX triplet: 14, 64 and 81. RGB value is (20,100,129). Sum of RGB (Red+Green+Blue) = 20+100+129=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #146481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146481 is #EB9B7E. Grayscale: #4F4F4F. Windows color (decimal): -15440767 or 8479764. OLE color: 8479764.

HSL color Cylindrical-coordinate representation of color #146481: hue angle of 195.96º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146481 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20100129-
CMYK0.840.2200.49
HSL195.96º73.15%29.22%-
HSV(B)195.96º84.5%50.59%-
XYZ8.8110.8522.4-
YUV79.3915685.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=8.03%
G=40.16%
B=51.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201001290.840.2200.49195.9673.1529.22
Hex1464815416031c4491d
Octal241442011242606130411135
Binary10100110010010000001101010010110011000111000100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146481; }

 p { color: rgb(20,100,129); }

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

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

 a { background-color: rgb(20,100,129); }

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

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

 span { border-color: rgb(20,100,129); }

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