#196476

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

Shades of Allports #196476

Tints of Allports #196476

Color information

#196476 (or 0x196476) is unknown color: approx Allports. HEX triplet: 19, 64 and 76. RGB value is (25,100,118). Sum of RGB (Red+Green+Blue) = 25+100+118=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #196476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196476 is #E69B89. Grayscale: #4F4F4F. Windows color (decimal): -15113098 or 7758873. OLE color: 7758873.

HSL color Cylindrical-coordinate representation of color #196476: hue angle of 191.61º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196476 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB25100118-
CMYK0.790.1500.54
HSL191.61º65.03%28.04%-
HSV(B)191.61º78.81%46.27%-
XYZ8.2310.6318.76-
YUV79.63149.6589.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=10.29%
G=41.15%
B=48.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251001180.790.1500.54191.6165.0328.04
Hex1964764FF036c0411c
Octal311441661171706630010134
Binary110011100100111011010011111111011011011000000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196476; }

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

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

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

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

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

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

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

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