#116476

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

Shades of Allports #116476

Tints of Allports #116476

Color information

#116476 (or 0x116476) is unknown color: approx Allports. HEX triplet: 11, 64 and 76. RGB value is (17,100,118). Sum of RGB (Red+Green+Blue) = 17+100+118=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #116476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116476 is #EE9B89. Grayscale: #4D4D4D. Windows color (decimal): -15637386 or 7758865. OLE color: 7758865.

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

Color convert

RGB17100118-
CMYK0.860.1500.54
HSL190.69º74.81%26.47%-
HSV(B)190.69º85.59%46.27%-
XYZ8.0610.5418.75-
YUV77.2415185.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=7.23%
G=42.55%
B=50.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171001180.860.1500.54190.6974.8126.47
Hex11647656F036bf4b1a
Octal211441661261706627711332
Binary100011100100111011010101101111011011010111111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116476; }

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

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

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

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

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

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

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

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