#146483

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

Shades of Allports #146483

Tints of Allports #146483

Color information

#146483 (or 0x146483) is unknown color: approx Allports. HEX triplet: 14, 64 and 83. RGB value is (20,100,131). Sum of RGB (Red+Green+Blue) = 20+100+131=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #146483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146483 is #EB9B7C. Grayscale: #4F4F4F. Windows color (decimal): -15440765 or 8610836. OLE color: 8610836.

HSL color Cylindrical-coordinate representation of color #146483: hue angle of 196.76º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146483 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20100131-
CMYK0.850.2400.49
HSL196.76º73.51%29.61%-
HSV(B)196.76º84.73%51.37%-
XYZ8.9410.923.11-
YUV79.6115785.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.97%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 131 (51.56% from 255) = 52.19%
R=7.97%
G=39.84%
B=52.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201001310.850.2400.49196.7673.5129.61
Hex1464835518031c54a1e
Octal241442031253006130511236
Binary10100110010010000011101010111000011000111000101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146483; }

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

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

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

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

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

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

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

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