#216476

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

Shades of Allports #216476

Tints of Allports #216476

Color information

#216476 (or 0x216476) is unknown color: approx Allports. HEX triplet: 21, 64 and 76. RGB value is (33,100,118). Sum of RGB (Red+Green+Blue) = 33+100+118=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #216476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216476 is #DE9B89. Grayscale: #515151. Windows color (decimal): -14588810 or 7758881. OLE color: 7758881.

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

Color convert

RGB33100118-
CMYK0.720.1500.54
HSL192.71º56.29%29.61%-
HSV(B)192.71º72.03%46.27%-
XYZ8.4510.7518.77-
YUV82.02148.393.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=13.15%
G=39.84%
B=47.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331001180.720.1500.54192.7156.2929.61
Hex21647648F036c1381e
Octal41144166110170663017036
Binary100001110010011101101001000111101101101100000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216476; }

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

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

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

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

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

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

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

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