#196473

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

Shades of Allports #196473

Tints of Allports #196473

Color information

#196473 (or 0x196473) is unknown color: approx Allports. HEX triplet: 19, 64 and 73. RGB value is (25,100,115). Sum of RGB (Red+Green+Blue) = 25+100+115=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #196473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196473 is #E69B8C. Grayscale: #4F4F4F. Windows color (decimal): -15113101 or 7562265. OLE color: 7562265.

HSL color Cylindrical-coordinate representation of color #196473: hue angle of 190º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196473 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB25100115-
CMYK0.780.1300.55
HSL190º64.29%27.45%-
HSV(B)190º78.26%45.1%-
XYZ8.0510.5617.83-
YUV79.28148.1589.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=10.42%
G=41.67%
B=47.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251001150.780.1300.5519064.2927.45
Hex1964734ED037be401b
Octal311441631161506727610033
Binary110011100100111001110011101101011011110111110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196473; }

 p { color: rgb(25,100,115); }

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

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

 a { background-color: rgb(25,100,115); }

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

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

 span { border-color: rgb(25,100,115); }

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