#206476

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

Shades of Allports #206476

Tints of Allports #206476

Color information

#206476 (or 0x206476) is unknown color: approx Allports. HEX triplet: 20, 64 and 76. RGB value is (32,100,118). Sum of RGB (Red+Green+Blue) = 32+100+118=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #206476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206476 is #DF9B89. Grayscale: #515151. Windows color (decimal): -14654346 or 7758880. OLE color: 7758880.

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

Color convert

RGB32100118-
CMYK0.730.1500.54
HSL192.56º57.33%29.41%-
HSV(B)192.56º72.88%46.27%-
XYZ8.4210.7318.77-
YUV81.72148.4792.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=12.8%
G=40%
B=47.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321001180.730.1500.54192.5657.3329.41
Hex20647649F036c1391d
Octal40144166111170663017135
Binary100000110010011101101001001111101101101100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206476; }

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

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

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

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

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

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

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

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