#196478

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

Shades of Allports #196478

Tints of Allports #196478

Color information

#196478 (or 0x196478) is unknown color: approx Allports. HEX triplet: 19, 64 and 78. RGB value is (25,100,120). Sum of RGB (Red+Green+Blue) = 25+100+120=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #196478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196478 is #E69B87. Grayscale: #4F4F4F. Windows color (decimal): -15113096 or 7889945. OLE color: 7889945.

HSL color Cylindrical-coordinate representation of color #196478: hue angle of 192.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196478 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB25100120-
CMYK0.790.1700.53
HSL192.63º65.52%28.43%-
HSV(B)192.63º79.17%47.06%-
XYZ8.3510.6819.39-
YUV79.85150.6588.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.20%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=10.20%
G=40.82%
B=48.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251001200.790.1700.53192.6365.5228.43
Hex1964784F11035c1421c
Octal311441701172106530110234
Binary1100111001001111000100111110001011010111000001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196478; }

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

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

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

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

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

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

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

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